From 9f033be05a9af4a7804d0bcb19c3ab6235c56c4a Mon Sep 17 00:00:00 2001 From: Jeff Date: Mon, 20 Nov 2017 17:26:31 +0800 Subject: [PATCH] fix in-docs links --- readthedocs/extra/basic/getting-started.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readthedocs/extra/basic/getting-started.rst b/readthedocs/extra/basic/getting-started.rst index ce4354fd..bad3ea30 100644 --- a/readthedocs/extra/basic/getting-started.rst +++ b/readthedocs/extra/basic/getting-started.rst @@ -13,7 +13,7 @@ Simple Installation ``pip install telethon`` -**More details**: :ref:`installation` + **More details**: :ref:`installation` Creating a client @@ -36,7 +36,7 @@ Creating a client client.sign_in(phone=phone) me = client.sign_in(code=77777) # Put whatever code you received here. -**More details**: `Click here `_ + **More details**: :ref:`creating-a-client` Simple Stuff