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 112f2b805b
)
Co-authored-by: Simon Legner <Simon.Legner@gmail.com>
This commit is contained in:
parent
2c921c65e9
commit
2ed52b86aa
|
@ -20,7 +20,7 @@ HTTPS protocols. It is normally not used directly --- the module
|
||||||
|
|
||||||
.. seealso::
|
.. 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.
|
is recommended for a higher-level HTTP client interface.
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
|
@ -18,7 +18,7 @@ authentication, redirections, cookies and more.
|
||||||
|
|
||||||
.. seealso::
|
.. 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.
|
is recommended for a higher-level HTTP client interface.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue