summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-04-28 10:09:57 -0400
committerTim Graham <timograham@gmail.com>2016-04-28 10:09:57 -0400
commitf945fb24a31737c6625205a8cd90eabdf1c33584 (patch)
treef37e44849c93569a87618f4946653772608d1039 /docs/conf.py
parent0d8b523422fda71baa10807d5aebefd34bad7962 (diff)
Fixed #26554 -- Updated docs URLs to readthedocs.io
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 52d7d3532c..079e01f16f 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),
}