From d30df7038fd3545e30a2c9bd3728aa787659aa38 Mon Sep 17 00:00:00 2001 From: Brian Rutledge Date: Sat, 28 May 2022 06:38:56 -0400 Subject: [PATCH] Update links to requests docs (#899) --- docs/conf.py | 2 +- docs/index.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 `_.