diff --git a/EXAMPLES b/EXAMPLES index 2df57de74..72613e9ba 100644 --- a/EXAMPLES +++ b/EXAMPLES @@ -36,7 +36,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 a5563ad93..281ca2605 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -108,7 +108,7 @@ texinfo_documents = [ 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), }