diff --git a/status.html b/status.html
index 4b7cfb4..58fcc30 100644
--- a/status.html
+++ b/status.html
@@ -23,7 +23,7 @@ layout: default
return a[0] - b[0];
}
- $.getJSON("http://status.chaospott.de/history.json").done(function(dataContainer) {
+ $.getJSON("https://status.chaospott.de/history.json").done(function(dataContainer) {
var overallTrue = 0, overallFalse = 0, lastTrue = 0, lastFalse = 0;
var openTimeArray = [];
var closedTimeArray = [];
@@ -248,7 +248,7 @@ layout: default
});