Skip to content

Commit f3aa1dc

Browse files
Update the URL for the requests package (GH-17006)
Change the url from docs.python-requests.org to requests.readthedocs.io (cherry picked from commit 112f2b8) Co-authored-by: Simon Legner <[email protected]>
1 parent 951b6c3 commit f3aa1dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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 <http://docs.python-requests.org/>`_
23+
The `Requests package <https://requests.readthedocs.io/en/master/>`_
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 <http://docs.python-requests.org/>`_
21+
The `Requests package <https://requests.readthedocs.io/en/master/>`_
2222
is recommended for a higher-level HTTP client interface.
2323

2424

0 commit comments

Comments
 (0)