]> granicus.if.org Git - python/commitdiff
Update URL for requests documentation after IRC request
authorAndrew Kuchling <amk@amk.ca>
Wed, 9 Nov 2016 03:07:43 +0000 (22:07 -0500)
committerAndrew Kuchling <amk@amk.ca>
Wed, 9 Nov 2016 03:07:43 +0000 (22:07 -0500)
Doc/library/http.client.rst
Doc/library/urllib.request.rst

index d863fe99f1a0a51155ad039f5e58ddd0dd48f5a9..0a1725e81078672f46664965b5cfdd3014cdd094 100644 (file)
@@ -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::
index 41b5eced38b2ea306faf8a2245312e0a9e2df4cd..9002afa979efae2b8ff9d53cc78f9002a5d6b572 100644 (file)
@@ -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.