diff --git a/src/app/directives/grafanaVersionCheck.js b/src/app/directives/grafanaVersionCheck.js index 6f89b699b4c..185a5f6668b 100644 --- a/src/app/directives/grafanaVersionCheck.js +++ b/src/app/directives/grafanaVersionCheck.js @@ -14,7 +14,7 @@ function (angular) { return; } - $http({ method: 'GET', url: 'http://grafanarel.s3.amazonaws.com/latest.json' }) + $http({ method: 'GET', url: 'https://grafanarel.s3.amazonaws.com/latest.json' }) .then(function(response) { if (!response.data || !response.data.version) { return;