Merge pull request #314 from coreos-inc/fixdocsload
Change docs to load from HTTPS
This commit is contained in:
commit
a04d06b06a
2 changed files with 4 additions and 2 deletions
|
@ -72,7 +72,7 @@ angular.module('quay').factory('DocumentationService', ['Config', '$timeout', fu
|
|||
return;
|
||||
}
|
||||
|
||||
$.ajax(Config.DOCUMENTATION_LOCATION + '/search.json')
|
||||
$.ajax(Config.DOCUMENTATION_METADATA)
|
||||
.done(function(r) {
|
||||
documentationData = r;
|
||||
callback(documentationData);
|
||||
|
|
Reference in a new issue