summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 41d938d..b965dac 100644
--- a/index.html
+++ b/index.html
@@ -55,7 +55,7 @@
render = {
'index' : function() {
- jQuery.get('data/hosts', function(raw) {
+ jQuery.get('data/metadata/hosts', function(raw) {
var data = jsyaml.load(raw),
hosts = [];