We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.github
1 parent 89a11c6 commit 33ab7e2Copy full SHA for 33ab7e2
1 file changed
index.js
@@ -424,7 +424,7 @@ function a(){
424
return chars;
425
}
426
function checkGitHubStatus(){
427
- fetch('https://ai-tournaments.github.io/').then(r=>r.text()).then().catch(error => {
+ fetch('https://ai-tournaments.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