Skip to content

Commit 935dc88

Browse files
committed
Unify IETF RFC links and use current website
1 parent cf308f1 commit 935dc88

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Contest_API.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ interface as CRUD-style events and is meant to supersede the old XML
3434
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
3535
"SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this
3636
document are to be interpreted as described in
37-
[RFC 2119](https://www.ietf.org/rfc/rfc2119.txt).
37+
[RFC 2119](https://datatracker.ietf.org/doc/html/rfc2119).
3838

3939
The interface is implemented as a HTTP REST interface that outputs
4040
information in [JSON](https://en.wikipedia.org/wiki/JSON) format
41-
([RFC 7159](https://tools.ietf.org/html/rfc7159)). All access to the API
41+
([RFC 7159](https://datatracker.ietf.org/doc/html/rfc7159)). All access to the API
4242
must be provided over HTTPS to guard against eavesdropping on
4343
sensitive contest data and [authentication](#authentication) credentials.
4444

@@ -190,7 +190,7 @@ spectators and teams. If provided this must be read-only access
190190
All other access to the API must be controlled via
191191
authenticated accounts. The API provider must support [HTTP basic
192192
authentication](https://en.wikipedia.org/wiki/Basic_access_authentication)
193-
([RFC](https://tools.ietf.org/html/rfc7617)). This provides a standard
193+
([RFC](https://datatracker.ietf.org/doc/html/rfc7617)). This provides a standard
194194
and flexible method; besides HTTP basic auth, other forms of
195195
authentication can be offered as well.
196196

@@ -274,7 +274,7 @@ Properties for file reference objects:
274274
| height | integer ? | Height of the image. Required for files with mime type image/\*.
275275

276276
The `href` property may be an [absolute or relative
277-
URL](https://tools.ietf.org/html/rfc3986); relative URLs must be
277+
URL](https://datatracker.ietf.org/doc/html/rfc3986); relative URLs must be
278278
interpreted relative to the `baseurl` of the API. For example, if
279279
`baseurl` is <https://example.com/api/>, then the following are
280280
equivalent JSON response snippets pointing to the same location:

0 commit comments

Comments
 (0)