Skip to content

Commit d30df70

Browse files
authored
Update links to requests docs (#899)
1 parent 5525a2a commit d30df70

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@
278278

279279
intersphinx_mapping = {
280280
"python": ("https://docs.python.org/3", None),
281-
"requests": ("https://docs.python-requests.org/en/latest/", None),
281+
"requests": ("https://requests.readthedocs.io/en/latest/", None),
282282
}
283283

284284
# Be strict about the invalid references:

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,8 @@ without ``export``-ing it for other tools:
177177
HTTPS_PROXY=socks5://user:pass@host:port twine upload dist/*
178178
179179
For more information, see the Requests documentation on
180-
`proxies <https://docs.python-requests.org/en/master/user/advanced/#proxies>`_ and
181-
`SOCKS <https://docs.python-requests.org/en/master/user/advanced/#socks>`_ , and
180+
`proxies <https://requests.readthedocs.io/en/latest/user/advanced/#proxies>`_ and
181+
`SOCKS <https://requests.readthedocs.io/en/latest/user/advanced/#socks>`_ , and
182182
`an in-depth article about proxy environment variables
183183
<https://about.gitlab.com/blog/2021/01/27/we-need-to-talk-no-proxy/>`_.
184184

0 commit comments

Comments
 (0)