From 9fd3c72b57ee06d7016e116d929d47a4a7c4ff7d Mon Sep 17 00:00:00 2001 From: zed Date: Tue, 13 Jun 2017 23:38:04 +0300 Subject: [PATCH] fix broken link in README Use absolute url to support reading the READMI.rst on PyPI --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 818f0d57..9636df6b 100755 --- a/README.rst +++ b/README.rst @@ -109,7 +109,7 @@ Using Telethon ============== If you really want to learn how to use Telethon, it is **highly advised** that you take a look to the -`InteractiveTelegramClient `_ +`InteractiveTelegramClient `_ file and check how it works. This file contains everything you'll need to build your own application, since it shows, among other things: