From 6ddba0be64cb5dd324f891b1f35f8ec98b7d77bd Mon Sep 17 00:00:00 2001 From: ttamx Date: Mon, 13 May 2024 00:06:19 +0700 Subject: [PATCH] feat: add scoreboard link --- src/data/contests.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/data/contests.json b/src/data/contests.json index 25726fa..b2ed61d 100644 --- a/src/data/contests.json +++ b/src/data/contests.json @@ -6,7 +6,7 @@ "startTime": "19:00", "endTime": "22:00", "timeZone": "GMT+7", - "link": "https://geandev.contest.codeforces.com/group/y3JXgQG05K/contests" + "link": "https://gean-dev.github.io/scoreboard/pretoi19" }, { "id": "2", @@ -42,7 +42,7 @@ "startTime": "18:00", "endTime": "23:00", "timeZone": "GMT+7", - "link": "https://geandev.contest.codeforces.com/group/y3JXgQG05K/contests" + "link": "https://gean-dev.github.io/scoreboard/pretoi20" }, { "id": "6", @@ -51,6 +51,6 @@ "startTime": "18:00", "endTime": "23:00", "timeZone": "GMT+7", - "link": "https://geandev.contest.codeforces.com/group/y3JXgQG05K/contests" + "link": "https://gean-dev.github.io/scoreboard/pretoi20" } ]