diff options
Diffstat (limited to 'Doc/library/http.client.rst')
-rw-r--r-- | Doc/library/http.client.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/http.client.rst b/Doc/library/http.client.rst index d57649c..f42afe9 100644 --- a/Doc/library/http.client.rst +++ b/Doc/library/http.client.rst @@ -21,7 +21,7 @@ HTTPS protocols. It is normally not used directly --- the module .. seealso:: - The `Requests package <http://requests.readthedocs.org/>`_ + The `Requests package <https://requests.readthedocs.org/>`_ is recommended for a higher-level http client interface. .. note:: |