]> granicus.if.org Git - python/commitdiff
Use http instead of https, due to certificate error
authorAndrew Kuchling <amk@amk.ca>
Wed, 9 Nov 2016 03:33:31 +0000 (22:33 -0500)
committerAndrew Kuchling <amk@amk.ca>
Wed, 9 Nov 2016 03:33:31 +0000 (22:33 -0500)
Doc/library/http.client.rst
Doc/library/urllib.request.rst

index 0a1725e81078672f46664965b5cfdd3014cdd094..e1acf9273e2937486d8ec5e9ed80f3407f6b42ad 100644 (file)
@@ -20,7 +20,7 @@ HTTPS protocols.  It is normally not used directly --- the module
 
 .. seealso::
 
-    The `Requests package <https://docs.python-requests.org/>`_
+    The `Requests package <http://docs.python-requests.org/>`_
     is recommended for a higher-level HTTP client interface.
 
 .. note::
index 9002afa979efae2b8ff9d53cc78f9002a5d6b572..618c69de3abbf1642e475f01de93a5b8e01b8ce4 100644 (file)
@@ -18,7 +18,7 @@ authentication, redirections, cookies and more.
 
 .. seealso::
 
-    The `Requests package <https://docs.python-requests.org/>`_
+    The `Requests package <http://docs.python-requests.org/>`_
     is recommended for a higher-level HTTP client interface.