summaryrefslogtreecommitdiffstats
path: root/Doc/tools/static
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/tools/static')
-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;
}
});
}