summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorSimon Legner <Simon.Legner@gmail.com>2019-10-31 12:01:44 (GMT)
committerMiss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com>2019-10-31 12:01:44 (GMT)
commit112f2b805bc83429e8a66a54d088bbefc921abb7 (patch)
treeb6fecc96d924eab0c09c1f9edd4a56ec5d5b5b23 /Doc/library
parent65c7382c47af07aea5c1ce86b76cf7f4b6acaaa2 (diff)
downloadcpython-112f2b805bc83429e8a66a54d088bbefc921abb7.zip
cpython-112f2b805bc83429e8a66a54d088bbefc921abb7.tar.gz
cpython-112f2b805bc83429e8a66a54d088bbefc921abb7.tar.bz2
Update the URL for the requests package (GH-17006)
Change the url from docs.python-requests.org to requests.readthedocs.io
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/http.client.rst2
-rw-r--r--Doc/library/urllib.request.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/http.client.rst b/Doc/library/http.client.rst
index a458ab7..807dd8b 100644
--- a/Doc/library/http.client.rst
+++ b/Doc/library/http.client.rst
@@ -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::
diff --git a/Doc/library/urllib.request.rst b/Doc/library/urllib.request.rst
index a903d60..03712c1 100644
--- a/Doc/library/urllib.request.rst
+++ b/Doc/library/urllib.request.rst
@@ -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.