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/topics/python3.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/topics/python3.txt') diff --git a/docs/topics/python3.txt b/docs/topics/python3.txt index dfe19c0a37..bac69d785a 100644 --- a/docs/topics/python3.txt +++ b/docs/topics/python3.txt @@ -6,7 +6,7 @@ Django 1.5 is the first version of Django to support Python 3. The same code runs both on Python 2 (≥ 2.6.5) and Python 3 (≥ 3.2), thanks to the six_ compatibility layer. -.. _six: http://pythonhosted.org/six/ +.. _six: https://pythonhosted.org/six/ This document is primarily targeted at authors of pluggable applications who want to support both Python 2 and 3. It also describes guidelines that -- cgit v1.3