diff options
-rw-r--r-- | EXAMPLES | 2 | ||||
-rw-r--r-- | doc/conf.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -36,7 +36,7 @@ Documentation using the alabaster theme * `pytest <https://docs.pytest.org/>`__ (customized) * `python-apt <https://apt.alioth.debian.org/python-apt-doc/>`__ * `PyVisfile <https://documen.tician.de/pyvisfile/>`__ -* `Requests <http://www.python-requests.org/>`__ +* `Requests <https://requests.readthedocs.io/>`__ * `searx <https://asciimoo.github.io/searx/>`__ * `Spyder <https://docs.spyder-ide.org/>`__ (customized) * `Tablib <http://docs.python-tablib.org/>`__ 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), } |