mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-22 17:36:34 +03:00
fix in-docs links
This commit is contained in:
parent
07d642a354
commit
9f033be05a
|
@ -13,7 +13,7 @@ Simple Installation
|
||||||
|
|
||||||
``pip install telethon``
|
``pip install telethon``
|
||||||
|
|
||||||
**More details**: :ref:`installation`
|
**More details**: :ref:`installation`
|
||||||
|
|
||||||
|
|
||||||
Creating a client
|
Creating a client
|
||||||
|
@ -36,7 +36,7 @@ Creating a client
|
||||||
client.sign_in(phone=phone)
|
client.sign_in(phone=phone)
|
||||||
me = client.sign_in(code=77777) # Put whatever code you received here.
|
me = client.sign_in(code=77777) # Put whatever code you received here.
|
||||||
|
|
||||||
**More details**: `Click here <https://github.com/lonamiwebs/telethon/wiki/Creating-a-Client>`_
|
**More details**: :ref:`creating-a-client`
|
||||||
|
|
||||||
|
|
||||||
Simple Stuff
|
Simple Stuff
|
||||||
|
|
Loading…
Reference in New Issue
Block a user