From 8a135cca4e663ec649d9ef7643ffc2a10e91c781 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 28 Apr 2016 10:09:57 -0400 Subject: [1.9.x] Fixed #26554 -- Updated docs URLs to readthedocs.io Backport of f945fb24a31737c6625205a8cd90eabdf1c33584 from master --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/conf.py') diff --git a/docs/conf.py b/docs/conf.py index b146392c0d..49f8d82b07 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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), } -- cgit v1.3