summaryrefslogtreecommitdiffstats
path: root/docs/templates/shared/_head.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'docs/templates/shared/_head.html.j2')
-rw-r--r--docs/templates/shared/_head.html.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates/shared/_head.html.j2 b/docs/templates/shared/_head.html.j2
index f7242627..96c3c4dc 100644
--- a/docs/templates/shared/_head.html.j2
+++ b/docs/templates/shared/_head.html.j2
@@ -1,6 +1,6 @@
<head>
<script>
- if ((window.location.host == "stedolan.github.io") && (window.location.protocol != "https:"))
+ if ((window.location.host == "jqlang.github.io") && (window.location.protocol != "https:"))
window.location.protocol = "https";
</script>
<meta charset="utf-8">