2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-28 12:57:52 +00:00

Fix some documentation links

This commit is contained in:
Dan 2018-08-17 02:02:15 +02:00
parent 173fabd869
commit d45caa6371
2 changed files with 3 additions and 5 deletions

View File

@ -33,8 +33,6 @@ Decorators
on_disconnect
on_raw_update
.. _available-methods:
Messages
--------

View File

@ -108,9 +108,9 @@ Examples (more on `GitHub <https://github.com/pyrogram/pyrogram/tree/develop/exa
app.stop()
.. _methods: ../pyrogram/Client.html#available-methods
.. _plenty of them: ../pyrogram/Client.html#available-methods
.. _types: ../pyrogram/types/index.html
.. _methods: ../pyrogram/Client.html#messages
.. _plenty of them: ../pyrogram/Client.html#messages
.. _types: ../pyrogram/Types.html
.. _Raw Functions: Usage.html#using-raw-functions
.. _Community: https://t.me/PyrogramChat
.. _project set up: Setup.html