diff --git a/docs/conf.py b/docs/conf.py index c4fc872b..c0e79d03 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -269,7 +269,7 @@ intersphinx_mapping = { 'python': ('http://docs.python.org/2.7', None), - 'django': ('http://django.readthedocs.org/en/latest/', None), + 'django': ('https://django.readthedocs.io/en/latest/', None), 'pootle': ('http://docs.translatehouse.org/projects/pootle/en/latest/', None), 'toolkit': ('http://docs.translatehouse.org/projects/translate-toolkit/en/latest/', None), }