Skip to content

Commit 58c534d

Browse files
committed
Use http instead of https, due to certificate error
1 parent d58fc8b commit 58c534d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/http.client.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ HTTPS protocols. It is normally not used directly --- the module
2020

2121
.. seealso::
2222

23-
The `Requests package <https://docs.python-requests.org/>`_
23+
The `Requests package <http://docs.python-requests.org/>`_
2424
is recommended for a higher-level HTTP client interface.
2525

2626
.. note::

Doc/library/urllib.request.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ authentication, redirections, cookies and more.
1818

1919
.. seealso::
2020

21-
The `Requests package <https://docs.python-requests.org/>`_
21+
The `Requests package <http://docs.python-requests.org/>`_
2222
is recommended for a higher-level HTTP client interface.
2323

2424

0 commit comments

Comments
 (0)