Merge branch 'master' of github.com:grafana/grafana

This commit is contained in:
Torkel Ödegaard 2014-08-14 22:32:17 +02:00
commit 472969ae2a

View File

@ -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;