From bf76cf07e0e0713020974f47dacfaddcedbe1abf Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Sun, 29 Nov 2015 08:29:46 -0800 Subject: [1.9.x] Fixed #25778 -- Updated docs links to use https when available. Backport of 7aabd6238028f4bb78d0687bbccc97bcf634e28b 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 e58a853243..bd80585e49 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -128,7 +128,7 @@ pygments_style = 'trac' intersphinx_mapping = { 'python': ('https://docs.python.org/3/', None), 'sphinx': ('http://sphinx-doc.org/', None), - 'six': ('http://pythonhosted.org/six/', None), + 'six': ('https://pythonhosted.org/six/', None), 'formtools': ('http://django-formtools.readthedocs.org/en/latest/', None), 'psycopg2': ('http://initd.org/psycopg/docs/', None), } -- cgit v1.3