diff --git a/README.md b/README.md
index 5c431a54..a9ba9216 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,10 @@
Telegram MTProto API Framework for Python
+
+ Homepage
+
+ •
Documentation
@@ -16,6 +20,10 @@
Support Chat
+ •
+
+ News/Releases
+
## Pyrofork
diff --git a/docs/source/index.rst b/docs/source/index.rst
index 83d8c523..b626ac02 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -13,6 +13,10 @@ Welcome to Pyrofork
Telegram MTProto API Framework for Python
+
+ Homepage
+
+ •
Development
@@ -24,6 +28,10 @@ Welcome to Pyrofork
Support Chat
+ •
+
+ News/Releases
+
.. code-block:: python
diff --git a/pyproject.toml b/pyproject.toml
index aa230739..bce07232 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -39,6 +39,7 @@ path = "pyrogram/__init__.py"
[tool.hatch.build.hooks.custom]
[project.urls]
+Homepage = "https://github.com/Mayuri-Chan"
Tracker = "https://github.com/Mayuri-Chan/pyrofork/issues"
Community = "https://t.me/MayuriChan_Chat"
Source = "https://github.com/Mayuri-Chan/pyrofork"