fix broken link in README

Use absolute url to support reading the READMI.rst on PyPI
This commit is contained in:
zed 2017-06-13 23:38:04 +03:00 committed by GitHub
parent 9e07a2580c
commit 9fd3c72b57

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: