diff --git a/docs/conf.py b/docs/conf.py index f5d6e25b..81bcb73a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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: diff --git a/docs/index.rst b/docs/index.rst index b0b2123d..0f616ebf 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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 `_ and -`SOCKS `_ , and +`proxies `_ and +`SOCKS `_ , and `an in-depth article about proxy environment variables `_.