]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Update the URL for the requests package (GH-17006)
authorSimon Legner <Simon.Legner@gmail.com>
Thu, 31 Oct 2019 12:01:44 +0000 (13:01 +0100)
committerMiss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 31 Oct 2019 12:01:44 +0000 (05:01 -0700)
Change the url from docs.python-requests.org to requests.readthedocs.io

Doc/library/http.client.rst
Doc/library/urllib.request.rst

index a458ab77efd82cff18fa85e90a024a595ba52f9d..807dd8bd379a080815b57fe4d6c6ceab3cd69b8e 100644 (file)
@@ -20,7 +20,7 @@ HTTPS protocols.  It is normally not used directly --- the module
 
 .. seealso::
 
-    The `Requests package <http://docs.python-requests.org/>`_
+    The `Requests package <https://requests.readthedocs.io/en/master/>`_
     is recommended for a higher-level HTTP client interface.
 
 .. note::
index a903d605cf4e953e9d4031f7bf25fe202ceaf121..03712c1f4a6eeabcdaef7dd39707557dd44f8933 100644 (file)
@@ -18,7 +18,7 @@ authentication, redirections, cookies and more.
 
 .. seealso::
 
-    The `Requests package <http://docs.python-requests.org/>`_
+    The `Requests package <https://requests.readthedocs.io/en/master/>`_
     is recommended for a higher-level HTTP client interface.