diff --git a/docs/conf.py b/docs/conf.py index c1df74ae1..2203ec14a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -57,7 +57,7 @@ extlinks = { intersphinx_mapping = { 'py': ('https://docs.python.org/3', None), 'aio': ('https://docs.aiohttp.org/en/stable/', None), - 'req': ('https://docs.python-requests.org/en/latest/', None) + 'req': ('https://requests.readthedocs.io/en/latest/', None) } rst_prolog = """