]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Update the URL for the requests package (GH-17006)
authorMiss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 31 Oct 2019 12:09:57 +0000 (05:09 -0700)
committerGitHub <noreply@github.com>
Thu, 31 Oct 2019 12:09:57 +0000 (05:09 -0700)
Change the url from docs.python-requests.org to requests.readthedocs.io
(cherry picked from commit 112f2b805bc83429e8a66a54d088bbefc921abb7)

Co-authored-by: Simon Legner <Simon.Legner@gmail.com>
Doc/library/http.client.rst
Doc/library/urllib.request.rst

index bc73c7a9bdf77b72408cea4ba99889b6b7a3543a..d7757d07a4ba481d13bbfe37c699642c8170d744 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 5d8c0ec4303cd672a8f681012f554cbbec6a40ce..22bad2dc6a2ebdc0ad0d49930e8db3c3e34842d1 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.