Fixed #26554 -- Updated docs URLs to readthedocs.io

This commit is contained in:
Tim Graham 2016-04-28 10:09:57 -04:00
parent 0d8b523422
commit f945fb24a3
20 changed files with 33 additions and 33 deletions

View file

@ -138,7 +138,7 @@ intersphinx_mapping = {
'python': ('https://docs.python.org/3/', None),
'sphinx': ('http://sphinx-doc.org/', None),
'six': ('https://pythonhosted.org/six/', None),
'formtools': ('http://django-formtools.readthedocs.org/en/latest/', None),
'formtools': ('https://django-formtools.readthedocs.io/en/latest/', None),
'psycopg2': ('http://initd.org/psycopg/docs/', None),
}