summaryrefslogtreecommitdiffstats
path: root/Doc/library/http.client.rst
diff options
context:
space:
mode:
authorAndrew Kuchling <amk@amk.ca>2016-11-09 03:14:39 (GMT)
committerAndrew Kuchling <amk@amk.ca>2016-11-09 03:14:39 (GMT)
commit9a7aff521e9acfb4cfbccee8c7786d23c21fb269 (patch)
tree3591724e51e2603d0893f530aa61d8d4b236ae47 /Doc/library/http.client.rst
parentd8aa0c6eec26cd59711a2df6d482171f1804f2a7 (diff)
parentd58fc8b89e9fe036424643472d843cc15318ca97 (diff)
downloadcpython-9a7aff521e9acfb4cfbccee8c7786d23c21fb269.zip
cpython-9a7aff521e9acfb4cfbccee8c7786d23c21fb269.tar.gz
cpython-9a7aff521e9acfb4cfbccee8c7786d23c21fb269.tar.bz2
Merge from 3.5
Diffstat (limited to 'Doc/library/http.client.rst')
-rw-r--r--Doc/library/http.client.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/http.client.rst b/Doc/library/http.client.rst
index 17f289d..c494ac2 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 <https://requests.readthedocs.org/>`_
+ The `Requests package <https://docs.python-requests.org/>`_
is recommended for a higher-level HTTP client interface.
.. note::