Skip to content

Commit 4d2c6d5

Browse files
committed
Update ICPC Contest API urls
1 parent 83f1fa3 commit 4d2c6d5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ The following subdirectories contain:
99
* `website` the HTML code for www.domjudge.org
1010
* `icpc-wf` scripts used at the ICPC World Finals
1111
* `contest-api` a script to validate an implementation of the
12-
[ICPC contest API](https://clics.ecs.baylor.edu/index.php/Contest_API)
12+
[ICPC contest API](https://ccs-specs.icpc.io/contest_api)

contest-api/check-api.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
# Checks whether a Contest API conforms to the specification
3-
# https://clics.ecs.baylor.edu/index.php/Contest_API
3+
# https://ccs-specs.icpc.io/contest_api
44

55
# Set path to json-validate binary if it's not in PATH:
66
#VALIDATE_JSON=/path/to/validate-json
@@ -71,7 +71,7 @@ $(basename $0) - Validate a Contest API implementation with JSON schema.
7171
Usage: $(basename $0) [option]... URL
7272
7373
This program validates a Contest API implementation against the
74-
specification: https://clics.ecs.baylor.edu/index.php/Contest_API
74+
specification: https://ccs-specs.icpc.io/contest_api
7575
7676
The URL must point to the base of the API, for example:
7777

website/documentation.shtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ state as well as perform certain actions, such as submit solutions
1818
and control contest state (with admin role).</p>
1919

2020
<p>The DOMjudge API is an implementation of the ICPC
21-
<a href="https://clics.ecs.baylor.edu/index.php/Contest_API">Contest API</a>
21+
<a href="https://ccs-specs.icpc.io/contest_api">Contest API</a>
2222
(except that it does not (yet) implement the optional <code>team-members</code>
2323
endpoint). It also has some extensions, see the
2424
<a href="demoweb/api/doc">internal API documentation</a>.</p>

0 commit comments

Comments
 (0)