Merge from 3.5
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 @@
 
 .. 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::
diff --git a/Doc/library/urllib.request.rst b/Doc/library/urllib.request.rst
index c990fb1..2c54998 100644
--- a/Doc/library/urllib.request.rst
+++ b/Doc/library/urllib.request.rst
@@ -18,7 +18,7 @@
 
 .. 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.