summaryrefslogtreecommitdiff
path: root/Doc/library/urllib.request.rst
diff options
context:
space:
mode:
authorSimon Legner <Simon.Legner@gmail.com>2019-10-31 13:01:44 +0100
committerMiss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com>2019-10-31 05:01:44 -0700
commit112f2b805bc83429e8a66a54d088bbefc921abb7 (patch)
treeb6fecc96d924eab0c09c1f9edd4a56ec5d5b5b23 /Doc/library/urllib.request.rst
parent65c7382c47af07aea5c1ce86b76cf7f4b6acaaa2 (diff)
downloadcpython-git-112f2b805bc83429e8a66a54d088bbefc921abb7.tar.gz
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/urllib.request.rst')
-rw-r--r--Doc/library/urllib.request.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/urllib.request.rst b/Doc/library/urllib.request.rst
index a903d605cf..03712c1f4a 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.