Rename to Polyboard

This commit is contained in:
Astatin3
2024-02-25 11:30:07 -07:00
parent 6eca9379cf
commit 1f5ffc1061
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
var req = new XMLHttpRequest();
req.open('GET', 'https://raw.githubusercontent.com/Astatin3/Modulator/main/README.md', false);
req.open('GET', 'https://raw.githubusercontent.com/Astatin3/Polyboard/main/README.md', false);
req.send(null);
if(req.status == 200) {
+1 -1
View File
@@ -8,7 +8,7 @@
var req = new XMLHttpRequest();
req.open('GET', 'https://raw.githubusercontent.com/wiki/Astatin3/Modulator/Home.md', false);
req.open('GET', 'https://raw.githubusercontent.com/wiki/Astatin3/Polyboard/Home.md', false);
req.send(null);
if(req.status == 200) {
+1 -1
View File
@@ -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) {