From e0bebc0c60d67c0fd94315ad87d8ded3094ef905 Mon Sep 17 00:00:00 2001 From: Brian Rutledge Date: Sat, 28 May 2022 06:28:41 -0400 Subject: [PATCH] Update links to requests docs --- 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 `_.