]> 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:12:23 +0000 (05:12 -0700)
committerGitHub <noreply@github.com>
Thu, 31 Oct 2019 12:12:23 +0000 (05:12 -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 db26d56af30fb4aa2087df73060ede1f130038ba..9cdabc2a03a751536e484ea8802f4c7b5a73328e 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 448bc67854704a24d1f6ae7f3f0b0b22f7067921..adc0593e8094a1b01b773f6ad8096ad849cd3ddd 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.