Skip to content

Commit 7920d3c

Browse files
committed
change t.me/Pyrogram links to point to our fork, in some of the places
1 parent c20dd13 commit 7920d3c

File tree

7 files changed

+21
-19
lines changed

7 files changed

+21
-19
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ contact_links:
44
url: https://stackoverflow.com/questions/tagged/pyrogram
55
about: This place is only for reporting issues about Pyrogram. You can ask questions on StackOverflow.
66
- name: Join the Telegram channel
7-
url: https://t.me/PyroTGFork
7+
url: https://PyroTGFork.t.me/2
88
about: Join the official channel and stay tuned for news, updates and announcements.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
Releases
1414
</a>
1515
16-
<a href="https://t.me/PyroTGFork">
16+
<a href="https://PyroTGFork.t.me/2">
1717
News
1818
</a>
1919
</p>
@@ -60,4 +60,4 @@ pip3 install pyrotgfork
6060

6161
- Check out [the docs](https://telegramplayground.github.io/pyrogram) to learn more about Pyrogram, get started right
6262
away and discover more in-depth material for building your client applications.
63-
- Join the official channel at [PyroTGFork](https://t.me/PyroTGFork) and stay tuned for news, updates and announcements.
63+
- Join the official channel at [PyroTGFork](https://PyroTGFork.t.me/2) and stay tuned for news, updates and announcements.

docs/source/index.rst

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Welcome to ``PyroTGFork``
2-
==========================
1+
Welcome to PyroTGFork Pyrogram Fork
2+
=====================================
33

44
.. admonition :: A Word of Warning
55
:class: tip
@@ -34,7 +34,7 @@ Welcome to ``PyroTGFork``
3434
Releases
3535
</a>
3636
37-
<a href="https://t.me/pyrogram">
37+
<a href="https://PyroTGFork.t.me/2">
3838
News
3939
</a>
4040
</p>
@@ -64,11 +64,8 @@ It enables you to easily interact with the main Telegram API through a user acco
6464
Support
6565
-------
6666

67-
If you'd like to support Pyrogram, you can consider:
67+
If you'd like to support this fork, you can consider reading `this message <https://PyroTGFork.t.me/2>`__.
6868

69-
- `Become a GitHub sponsor <https://github.com/sponsors/delivrance>`_.
70-
- `Become a LiberaPay patron <https://liberapay.com/delivrance>`_.
71-
- `Become an OpenCollective backer <https://opencollective.com/pyrogram>`_.
7269

7370
How the Documentation is Organized
7471
----------------------------------
@@ -111,7 +108,7 @@ Meta
111108

112109
- :doc:`Pyrogram FAQ <faq/index>`: Answers to common Pyrogram questions.
113110
- :doc:`Support Pyrogram <support>`: Ways to show your appreciation.
114-
- :doc:`Release Notes <releases/index>`: Changes in this Fork.
111+
- :doc:`Release Notes <releases/changes-in-this-fork>`: Changes in this Fork.
115112

116113
.. toctree::
117114
:hidden:
@@ -173,15 +170,20 @@ Meta
173170
:caption: Meta
174171

175172
faq/index
176-
support
177173
releases/index
178174

179175
.. toctree::
180176
:hidden:
181177
:caption: Telegram Raw API
182178

183-
TL Schema Explorer <https://telegramplayground.github.io/schema.tl/>
184-
TL Diff <https://telegramplayground.github.io/TG-APIs/TL/diff/tdesktop.html>
185179
telegram/functions/index
186180
telegram/types/index
187181
telegram/base/index
182+
183+
.. toctree::
184+
:hidden:
185+
:caption: External Links
186+
187+
version
188+
TL Schema Explorer <https://telegramplayground.github.io/schema.tl/>
189+
TL Diff <https://telegramplayground.github.io/TG-APIs/TL/diff/tdesktop.html>

docs/source/intro/quickstart.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ we have just done above.
5757
If you are feeling eager to continue you can take a shortcut to :doc:`../start/invoking` and come back
5858
later to learn some more details.
5959

60-
.. _community: https://t.me/Pyrogram
60+
.. _community: https://PyroTGFork.t.me/2

docs/source/releases/changes-in-this-fork.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ in reverse chronological order. You should read this when upgrading
77
to this fork to know where your code can break, and where
88
it can take advantage of new goodies!
99

10-
`For a more detailed description, please check the commits. <https://github.com/TelegramPlayGround/pyrogram/commits/unknown_errors/>`_
10+
`For a more detailed description, please check the commits. <https://github.com/TelegramPlayGround/pyrogram/commits/dev/>`_
1111

1212
If you found any issue or have any suggestions, feel free to make `an issue <https://github.com/TelegramPlayGround/pyrogram/issues>`_ on github.
1313

@@ -26,7 +26,7 @@ Changes in this Fork
2626
| Scheme layer used: 198 |
2727
+------------------------+
2828

29-
- Updated :doc:`Message Identifiers <../../topics/text-formatting>`.
29+
- Updated :doc:`Text Formatting <../../topics/text-formatting>` documentation.
3030
- Added ``message.content`` property.
3131
- Added the parameter ``pinned`` and made the parameter ``chat_id`` optional in :meth:`~pyrogram.Client.get_messages`. **NOTE**: Please be aware about using the correct :doc:`Message Identifiers <../../topics/message-identifiers>`, when using this method.
3232
- Added the ``cover`` and ``start_timestamp`` parameters in :meth:`~pyrogram.Client.send_video` and :obj:`~pyrogram.types.InputPaidMediaVideo`.

docs/source/topics/advanced-usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,4 +117,4 @@ For example, given the ID *123456789*, here's how Pyrogram can tell entities apa
117117
So, every time you take a raw ID, make sure to translate it into the correct ID when you want to use it with an
118118
high-level method.
119119

120-
.. _Community: https://t.me/Pyrogram
120+
.. _Community: https://PyroTGFork.t.me/2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ path = "pyrogram/__init__.py"
4141
[project.urls]
4242
Homepage = "https://telegramplayground.github.io/pyrogram/"
4343
Tracker = "https://github.com/TelegramPlayGround/Pyrogram/issues"
44-
community = "https://t.me/PyroTGFork"
44+
community = "https://PyroTGFork.t.me/2"
4545
Source = "https://github.com/TelegramPlayGround/Pyrogram"
4646
Documentation = "https://telegramplayground.github.io/pyrogram/releases/changes-in-this-fork.html"
4747

0 commit comments

Comments
 (0)