add link to the progress page on the main page

This commit is contained in:
Random
2020-05-27 01:35:27 +02:00
parent 8d3eaeb93c
commit bc007446ef
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -19,6 +19,7 @@
<h3>Development</h3>
<p>Github: <a href="https://github.com/zeldaret/">github.com/zeldaret</a></p>
<p>Project Progress: <a href="progress.html">progress.html</a></p>
<p>OOT Trello: <a href="https://trello.com/b/qUqnUkWY/ocarina-of-time-decompilation">trello.com/b/qUqnUkWY/ocarina-of-time-decompilation</a></p>
<p>MM Trello: <a href="https://trello.com/b/ruxw9n6m/majoras-mask-decompilation">https://trello.com/b/ruxw9n6m/majoras-mask-decompilation</a></p>
+1 -1
View File
@@ -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();