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'