mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-08 04:52:30 +00:00
Update external links to the documentation
This commit is contained in:
@@ -116,4 +116,4 @@ assumes some [`asyncio`] knowledge, but otherwise is easy to follow.
|
||||
[`asyncio`]: https://docs.python.org/3/library/asyncio.html
|
||||
[`tkinter`]: https://docs.python.org/3/library/tkinter.html
|
||||
[tkinter GUI]: https://raw.githubusercontent.com/LonamiWebs/Telethon/master/telethon_examples/screenshot-gui.jpg
|
||||
[`events.NewMessage`]: https://telethon.readthedocs.io/en/stable/telethon.events.html#telethon.events.newmessage.NewMessage
|
||||
[`events.NewMessage`]: https://telethon.readthedocs.io/en/latest/modules/events.html#telethon.events.newmessage.NewMessage
|
||||
|
@@ -55,7 +55,7 @@ WELCOME = {
|
||||
|
||||
READ_FULL = (
|
||||
'Please read [Accessing the Full API](https://telethon.readthedocs.io'
|
||||
'/en/latest/extra/advanced-usage/accessing-the-full-api.html)'
|
||||
'/en/latest/concepts/full-api.html)'
|
||||
)
|
||||
|
||||
SEARCH = (
|
||||
@@ -68,12 +68,12 @@ RTD = '[Read The Docs!](https://telethon.readthedocs.io)'
|
||||
RTFD = '[Read The F* Docs!](https://telethon.readthedocs.io)'
|
||||
UPDATES = (
|
||||
'Check out [Working with Updates](https://telethon.readthedocs.io'
|
||||
'/en/latest/extra/basic/working-with-updates.html) in the documentation.'
|
||||
'/en/latest/basic/updates.html) in the documentation.'
|
||||
)
|
||||
DOCS_CLIENT = 'https://telethon.readthedocs.io/en/latest/telethon.client.html#'
|
||||
DOCS_CLIENT = 'https://telethon.readthedocs.io/en/latest/modules/client.html#'
|
||||
DOCS_MESSAGE = (
|
||||
'https://telethon.readthedocs.io/en/latest/'
|
||||
'telethon.tl.custom.html#telethon.tl.custom.message.Message.'
|
||||
'modules/custom.html#telethon.tl.custom.message.Message.'
|
||||
)
|
||||
|
||||
SPAM = (
|
||||
|
Reference in New Issue
Block a user