Skip to content

Commit f78dda0

Browse files
authored
Merge pull request #1513 from AtCoder-NoviSteps/#1512
📚 Update external links (#1512)
2 parents fec2e79 + 068fc05 commit f78dda0

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

src/lib/constants/external-links.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import {
33
ATCODER_PROBLEMS_URL,
44
AOJ_ATCODER_JOI_URL,
55
AOJ_PCK_URL,
6-
AOJ_ICPC_URL,
6+
ICPC_JAPAN_PROBLEMS_URL,
77
GITHUB_URL,
88
} from './urls';
99

@@ -12,6 +12,6 @@ export const externalLinks = [
1212
{ title: `AtCoder Problems`, path: ATCODER_PROBLEMS_URL },
1313
{ title: `AOJ / AtCoder-JOI`, path: AOJ_ATCODER_JOI_URL },
1414
{ title: `AOJ-PCK`, path: AOJ_PCK_URL },
15-
{ title: `AOJ-ICPC`, path: AOJ_ICPC_URL },
15+
{ title: `ICPC Japan Problems`, path: ICPC_JAPAN_PROBLEMS_URL },
1616
{ title: `GitHub`, path: GITHUB_URL },
1717
];

src/lib/constants/urls.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ export const ATCODER_PROBLEMS_API_BASE_URL: string = 'https://kenkoooo.com/atcod
88

99
export const AOJ_API_BASE_URL: string = 'https://judgeapi.u-aizu.ac.jp/';
1010

11-
// 注:
12-
// AIZU ONLINE JUDGE (AOJ) では、v1.0, v2.0, v3.0のサイトが存在する。
13-
// 2024年10月下旬時点でメインサイトだと思われるv2.0を使用する。
1411
// Note:
1512
// AIZU ONLINE JUDGE (AOJ) has multiple versions: v1.0, v2.0, and v3.0.
1613
// As of late October 2024, we are using v2.0, which appears to be the main site.
@@ -22,6 +19,6 @@ export const AOJ_ATCODER_JOI_URL: string = 'https://joi.goodbaton.com/';
2219

2320
export const AOJ_PCK_URL: string = 'https://pro-ktmr.github.io/aoj-pck/';
2421

25-
export const AOJ_ICPC_URL: string = 'http://aoj-icpc.ichyo.jp/';
22+
export const ICPC_JAPAN_PROBLEMS_URL: string = 'https://icpc-japan-problems.irrrrr.cc/';
2623

2724
export const GITHUB_URL: string = 'https://github.com/AtCoder-NoviSteps/AtCoderNoviSteps';

0 commit comments

Comments
 (0)