Skip to content

Commit 19f0f90

Browse files
committed
Re-added .github.
1 parent aa8442d commit 19f0f90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ function a(){
424424
return chars;
425425
}
426426
function checkGitHubStatus(){
427-
fetch('https://ai-tournaments.io').then(r=>r.text()).then().catch(error => {
427+
fetch('https://ai-tournaments.github.io').then(r=>r.text()).then().catch(error => {
428428
postGitHubProblem('GitHub Pages');
429429
});
430430
fetch('https://raw.githubusercontent.com/AI-Tournaments/AI-Tournaments.github.io/main/index.html').then(r=>r.text()).then().catch(error => {

0 commit comments

Comments
 (0)