We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8301be1 + 4d13a71 commit 5f686e1Copy full SHA for 5f686e1
index.js
@@ -427,7 +427,7 @@ function a(){
427
fetch('https://algorithmic.games/').then(r=>r.text()).then().catch(error => {
428
postGitHubProblem('GitHub Pages');
429
});
430
- fetch('https://raw.githubusercontent.com/AlgorithmicGames/algorithmic.games/main/index.html').then(r=>r.text()).then().catch(error => {
+ fetch('https://raw.githubusercontent.com/AlgorithmicGames/algorithmicgames.github.io/main/index.html').then(r=>r.text()).then().catch(error => {
431
postGitHubProblem('raw.githubusercontent.com');
432
433
}
0 commit comments