From b606ec44c5a31b7f994f68f2cbedcc5c1795554a Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Sat, 17 Feb 2018 15:44:53 +0100 Subject: [PATCH] Update docs --- docs/source/index.rst | 2 +- docs/source/start/QuickInstallation.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index 9c27bc22..b74ff93c 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -125,6 +125,6 @@ To get started, press Next. .. _`MTProto Mobile Protocol v2.0`: https://core.telegram.org/mtproto -.. _TgCrypto: https://docs.pyrogram.ml/resources/FastCrypto/ +.. _TgCrypto: https://docs.pyrogram.ml/resources/TgCrypto/ .. _`Layer 75`: https://github.com/pyrogram/pyrogram/blob/master/compiler/api/source/main_api.tl \ No newline at end of file diff --git a/docs/source/start/QuickInstallation.rst b/docs/source/start/QuickInstallation.rst index 86be098d..221acd36 100644 --- a/docs/source/start/QuickInstallation.rst +++ b/docs/source/start/QuickInstallation.rst @@ -38,4 +38,4 @@ If no errors show up you are good to go. >>> import pyrogram >>> pyrogram.__version__ - '0.6.0' + '0.6.1'