@@ -34,11 +34,11 @@ interface as CRUD-style events and is meant to supersede the old XML
34
34
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
35
35
"SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this
36
36
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 ) .
38
38
39
39
The interface is implemented as a HTTP REST interface that outputs
40
40
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
42
42
must be provided over HTTPS to guard against eavesdropping on
43
43
sensitive contest data and [ authentication] ( #authentication ) credentials.
44
44
@@ -190,7 +190,7 @@ spectators and teams. If provided this must be read-only access
190
190
All other access to the API must be controlled via
191
191
authenticated accounts. The API provider must support [ HTTP basic
192
192
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
194
194
and flexible method; besides HTTP basic auth, other forms of
195
195
authentication can be offered as well.
196
196
@@ -274,7 +274,7 @@ Properties for file reference objects:
274
274
| height | integer ? | Height of the image. Required for files with mime type image/\* .
275
275
276
276
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
278
278
interpreted relative to the ` baseurl ` of the API. For example, if
279
279
` baseurl ` is < https://example.com/api/ > , then the following are
280
280
equivalent JSON response snippets pointing to the same location:
0 commit comments