From bc007446efe8ed2fd154299fd5c271d2af2ea938 Mon Sep 17 00:00:00 2001 From: Random <28494085+Random06457@users.noreply.github.com> Date: Wed, 27 May 2020 01:35:27 +0200 Subject: [PATCH] add link to the progress page on the main page --- index.html | 1 + progress.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index fbebfd3..e4a0a87 100644 --- a/index.html +++ b/index.html @@ -19,6 +19,7 @@

Development

Github: github.com/zeldaret

+

Project Progress: progress.html

OOT Trello: trello.com/b/qUqnUkWY/ocarina-of-time-decompilation

MM Trello: https://trello.com/b/ruxw9n6m/majoras-mask-decompilation

diff --git a/progress.js b/progress.js index 70a92a8..8f9a797 100644 --- a/progress.js +++ b/progress.js @@ -1,4 +1,4 @@ -var url = "https://zelda64.dev/reports/progress.json"; +var url = "reports/progress.json"; function getJSON(file, callback) { var req = new XMLHttpRequest();