Skip to content

Commit aa05f7e

Browse files
authored
Merge pull request #105 from AI-Tournaments/hotfix-fix-domain
Hotfix fix domain
2 parents 8b50d94 + 61e5a21 commit aa05f7e

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

_headers

Lines changed: 0 additions & 2 deletions
This file was deleted.

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)