Skip to content

Commit

Permalink
Update links to requests docs (#899)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhrutledge committed May 28, 2022
1 parent 5525a2a commit d30df70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -278,7 +278,7 @@

intersphinx_mapping = {
"python": ("https://docs.python.org/3", None),
"requests": ("https://docs.python-requests.org/en/latest/", None),
"requests": ("https://requests.readthedocs.io/en/latest/", None),
}

# Be strict about the invalid references:
Expand Down
4 changes: 2 additions & 2 deletions docs/index.rst
Expand Up @@ -177,8 +177,8 @@ without ``export``-ing it for other tools:
HTTPS_PROXY=socks5://user:pass@host:port twine upload dist/*
For more information, see the Requests documentation on
`proxies <https://docs.python-requests.org/en/master/user/advanced/#proxies>`_ and
`SOCKS <https://docs.python-requests.org/en/master/user/advanced/#socks>`_ , and
`proxies <https://requests.readthedocs.io/en/latest/user/advanced/#proxies>`_ and
`SOCKS <https://requests.readthedocs.io/en/latest/user/advanced/#socks>`_ , and
`an in-depth article about proxy environment variables
<https://about.gitlab.com/blog/2021/01/27/we-need-to-talk-no-proxy/>`_.

Expand Down

0 comments on commit d30df70

Please sign in to comment.