summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@notion.se>2018-02-19 11:51:34 +0300
committerRasmus Andersson <rasmus@notion.se>2018-02-19 11:51:34 +0300
commit761638ef42ec443429889c548b758c06a516839a (patch)
tree67bb1e91d8388555e718b6a54dce5bacffbab40a
parentae9f298b7b9e454509ca5a22d56ad82fbbe241ad (diff)
downloadinter-761638ef42ec443429889c548b758c06a516839a.tar.xz
website update
-rw-r--r--docs/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.js b/docs/index.js
index a1d1ac738..f7773c537 100644
--- a/docs/index.js
+++ b/docs/index.js
@@ -94,7 +94,7 @@ var timeNow = (
// download-link
-fetchjson('info.json', function(err, data) {
+fetchjson('/inter/info.json', function(err, data) {
if (err) { throw err }
var ids = Object.keys(data)
var regularId = ids[0]