We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.github
1 parent aa8442d commit 19f0f90Copy full SHA for 19f0f90
1 file changed
index.js
@@ -424,7 +424,7 @@ function a(){
424
return chars;
425
}
426
function checkGitHubStatus(){
427
- fetch('https://ai-tournaments.io').then(r=>r.text()).then().catch(error => {
+ fetch('https://ai-tournaments.github.io').then(r=>r.text()).then().catch(error => {
428
postGitHubProblem('GitHub Pages');
429
});
430
fetch('https://raw.githubusercontent.com/AI-Tournaments/AI-Tournaments.github.io/main/index.html').then(r=>r.text()).then().catch(error => {
0 commit comments