diff --git a/docs/conf.py b/docs/conf.py index caa8dd9..9d1738e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -275,7 +275,7 @@ extlinks = { intersphinx_mapping = { 'python': ('https://docs.python.org/3.10', None), 'django': ('https://docs.djangoproject.com/en/stable/', 'https://docs.djangoproject.com/en/stable/_objects/'), - 'requests': ('https://docs.python-requests.org/en/stable/', None), + 'requests': ('https://requests.readthedocs.io/en/stable/', None), }