mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00
correct tutorial path
This commit is contained in:
@@ -6,7 +6,7 @@ window.addEventListener('load', () => {
|
||||
if (ajax.status !== 200) { reject('Unable to retrieve tutorial markdown file.') }
|
||||
resolve(ajax.responseText);
|
||||
};
|
||||
ajax.open('GET', 'tutorial.md', true);
|
||||
ajax.open('GET', 'static/tutorial.md', true);
|
||||
ajax.send();
|
||||
}).then((response) => {
|
||||
let markdown = new showdown.Converter();
|
||||
|
Reference in New Issue
Block a user