Fix broken link from pypi in README.rst

Use absolute url to support reading the READMI.rst on PyPI
This commit is contained in:
zed 2017-06-14 00:05:15 +03:00 committed by Lonami
parent 9e07a2580c
commit 56bf5f7c87

View File

@ -109,7 +109,7 @@ Using Telethon
============== ==============
If you really want to learn how to use Telethon, it is **highly advised** that If you really want to learn how to use Telethon, it is **highly advised** that
you take a look to the you take a look to the
`InteractiveTelegramClient <telethon_examples/interactive_telegram_client.py>`_ `InteractiveTelegramClient <https://github.com/LonamiWebs/Telethon/blob/master/telethon_examples/interactive_telegram_client.py>`_
file and check how it works. This file contains everything you'll need to file and check how it works. This file contains everything you'll need to
build your own application, since it shows, among other things: build your own application, since it shows, among other things: