Skip to content

Commit 33ab7e2

Browse files
committed
Removed .github.
1 parent 89a11c6 commit 33ab7e2

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.github.io/').then(r=>r.text()).then().catch(error => {
427+
fetch('https://ai-tournaments.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)