diff options
author | Miss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-10-31 12:12:23 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-31 12:12:23 (GMT) |
commit | 2ed52b86aa28b2a10f4e2cc28a2b6d63e57bc73c (patch) | |
tree | c4b6eb48362667890b092f3e77e2f58e9f0446bd /Doc | |
parent | 2c921c65e9d0aa7e3a38c96a22d5eec56724da72 (diff) | |
download | cpython-2ed52b86aa28b2a10f4e2cc28a2b6d63e57bc73c.zip cpython-2ed52b86aa28b2a10f4e2cc28a2b6d63e57bc73c.tar.gz cpython-2ed52b86aa28b2a10f4e2cc28a2b6d63e57bc73c.tar.bz2 |
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 112f2b805bc83429e8a66a54d088bbefc921abb7)
Co-authored-by: Simon Legner <Simon.Legner@gmail.com>
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/http.client.rst | 2 | ||||
-rw-r--r-- | Doc/library/urllib.request.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/http.client.rst b/Doc/library/http.client.rst index db26d56..9cdabc2 100644 --- a/Doc/library/http.client.rst +++ b/Doc/library/http.client.rst @@ -20,7 +20,7 @@ HTTPS protocols. It is normally not used directly --- the module .. seealso:: - The `Requests package <http://docs.python-requests.org/>`_ + The `Requests package <https://requests.readthedocs.io/en/master/>`_ 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 448bc67..adc0593 100644 --- a/Doc/library/urllib.request.rst +++ b/Doc/library/urllib.request.rst @@ -18,7 +18,7 @@ authentication, redirections, cookies and more. .. seealso:: - The `Requests package <http://docs.python-requests.org/>`_ + The `Requests package <https://requests.readthedocs.io/en/master/>`_ is recommended for a higher-level HTTP client interface. |