diff --git a/index.html b/index.html index fbebfd3..e4a0a87 100644 --- a/index.html +++ b/index.html @@ -19,6 +19,7 @@
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();