summaryrefslogtreecommitdiffstats
path: root/Doc/library/urllib.request.rst
diff options
context:
space:
mode:
authorAndrew Kuchling <amk@amk.ca>2016-11-09 03:07:43 (GMT)
committerAndrew Kuchling <amk@amk.ca>2016-11-09 03:07:43 (GMT)
commitd58fc8b89e9fe036424643472d843cc15318ca97 (patch)
tree93a775f22f5c11d89330652fb80bb8fb8162673d /Doc/library/urllib.request.rst
parentc0215dfbc1156267e3b14145c49195c843cd0721 (diff)
downloadcpython-d58fc8b89e9fe036424643472d843cc15318ca97.zip
cpython-d58fc8b89e9fe036424643472d843cc15318ca97.tar.gz
cpython-d58fc8b89e9fe036424643472d843cc15318ca97.tar.bz2
Update URL for requests documentation after IRC request
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 41b5ece..9002afa 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 <https://requests.readthedocs.org/>`_
+ The `Requests package <https://docs.python-requests.org/>`_
is recommended for a higher-level HTTP client interface.