summaryrefslogtreecommitdiffstats
path: root/Doc/tools
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-10-29 07:36:35 (GMT)
committerGeorg Brandl <georg@python.org>2014-10-29 07:36:35 (GMT)
commit06f3b3b98c3c9067c4c91d584e6fd4f08ac7f80a (patch)
tree50701e842c19060c958da0118c59f993c0f84541 /Doc/tools
parent42bf48630293d31a54436b5aa36727f5f06837c1 (diff)
downloadcpython-06f3b3b98c3c9067c4c91d584e6fd4f08ac7f80a.zip
cpython-06f3b3b98c3c9067c4c91d584e6fd4f08ac7f80a.tar.gz
cpython-06f3b3b98c3c9067c4c91d584e6fd4f08ac7f80a.tar.bz2
Use https:// URLs when referring to python.org hosts.
Diffstat (limited to 'Doc/tools')
-rw-r--r--Doc/tools/static/version_switch.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tools/static/version_switch.js b/Doc/tools/static/version_switch.js
index e5528eb..edb025b 100644
--- a/Doc/tools/static/version_switch.js
+++ b/Doc/tools/static/version_switch.js
@@ -50,7 +50,7 @@
window.location.href = new_url;
},
error: function() {
- window.location.href = 'http://docs.python.org/' + selected;
+ window.location.href = 'https://docs.python.org/' + selected;
}
});
}