mirror of
https://github.com/Astatin3/Polyboard.git
synced 2026-06-09 00:28:07 -06:00
Rename to Polyboard
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
var req = new XMLHttpRequest();
|
||||
|
||||
req.open('GET', 'https://raw.githubusercontent.com/wiki/Astatin3/Modulator/Writing-a-module.md', false);
|
||||
req.open('GET', 'https://raw.githubusercontent.com/wiki/Astatin3/Polyboard/Writing-a-module.md', false);
|
||||
req.send(null);
|
||||
|
||||
if(req.status == 200) {
|
||||
|
||||
Reference in New Issue
Block a user