diff --git a/EXAMPLES b/EXAMPLES index da41e20e22c..1f1d92365b2 100644 --- a/EXAMPLES +++ b/EXAMPLES @@ -40,7 +40,7 @@ Documentation using the alabaster theme * `pytest `__ (customized) * `python-apt `__ * `PyVisfile `__ -* `Requests `__ +* `Requests `__ * `searx `__ * `Spyder `__ (customized) * `Tablib `__ diff --git a/doc/conf.py b/doc/conf.py index 8da5f4b1617..a0d2f4df994 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -109,7 +109,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), 'readthedocs': ('https://docs.readthedocs.io/en/stable', None), }