We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d4a904 commit 0733170Copy full SHA for 0733170
.gitmodules
@@ -0,0 +1,3 @@
1
+[submodule "wiki"]
2
+ path = wiki
3
+ url = https://github.com/parkjs814/AlgorithmVisualizer.wiki.git
js/server/load_wiki.js
@@ -3,5 +3,5 @@
const get = require('./ajax/get');
4
5
module.exports = (wiki) => {
6
- return get(`http://parkjs814.github.io/AlgorithmVisualizer/AlgorithmVisualizer.wiki/${wiki}.md`);
+ return get(`./wiki/${wiki}.md`);
7
};
wiki
0 commit comments