diff --git a/docs/source/index.rst b/docs/source/index.rst index d6ae4342..acd94baa 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -103,7 +103,7 @@ To get started, press Next. resources/TextFormatting resources/UpdateHandling resources/ErrorHandling - resources/ProxyServer + resources/SOCKS5Proxy resources/AutoAuthorization .. toctree:: diff --git a/docs/source/resources/ProxyServer.rst b/docs/source/resources/SOCKS5Proxy.rst similarity index 76% rename from docs/source/resources/ProxyServer.rst rename to docs/source/resources/SOCKS5Proxy.rst index 1486c93e..55993deb 100644 --- a/docs/source/resources/ProxyServer.rst +++ b/docs/source/resources/SOCKS5Proxy.rst @@ -1,8 +1,8 @@ -Proxy Server +SOCKS5 Proxy ============ -Pyrogram supports SOCKS5 proxies with and without authentication. This feature allows Pyrogram to exchange data with -Telegram through an intermediate SOCKS5 proxy server. +Pyrogram supports proxies with and without authentication. This feature allows Pyrogram to exchange data with Telegram +through an intermediate SOCKS5 proxy server. Usage -----