From 721bc00d2bd0a7956d4014459cb9a859ebdee24f Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Sat, 28 May 2022 23:04:55 +0900 Subject: [PATCH] Update URL for requests --- EXAMPLES | 2 +- doc/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/EXAMPLES b/EXAMPLES index 2df57de7418..72613e9baf0 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 a5563ad932c..281ca260500 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -108,7 +108,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), }