Skip to content

Commit 9fe5a80

Browse files
committed
Fix link to ICPC Contest API specification.
Just link to the master/development version, as otherwise we'd have to link to the general page https://ccs-specs.icpc.io/.
1 parent 9f1a7ab commit 9fe5a80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/documentation.shtml

+1-1
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://ccs-specs.icpc.io/contest_api">Contest API</a>
21+
<a href="https://ccs-specs.icpc.io/master/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)