Skip to content

Commit 782ffe7

Browse files
committed
fix broken references
1 parent f960404 commit 782ffe7

File tree

1 file changed

+32
-20
lines changed

1 file changed

+32
-20
lines changed

draft-ietf-oauth-status-list.md

Lines changed: 32 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,28 @@ author:
2424
email: chris.bormann@gmx.de
2525

2626
normative:
27-
RFC7519: RFC7519
28-
RFC8392: RFC8392
29-
RFC3986: RFC3986
3027
RFC1950: RFC1950
3128
RFC1951: RFC1951
32-
RFC7515: RFC7515
29+
RFC2046: RFC2046
30+
RFC3986: RFC3986
3331
RFC6125: RFC6125
32+
RFC6838: RFC6838
33+
RFC7515: RFC7515
34+
RFC7519: RFC7519
35+
RFC8392: RFC8392
3436
RFC9110: RFC9110
3537
RFC9111: RFC9111
36-
IANA.JWT: IANA.JWT
38+
IANA.JWT:
39+
author:
40+
org: "IANA"
41+
title: "Media Types"
42+
target: "https://www.iana.org/assignments/media-types/media-types.xhtml"
43+
IANA.MediaTypes:
44+
author:
45+
org: "IANA"
46+
title: "JSON Web Token Claims"
47+
target: "https://www.iana.org/assignments/jwt/jwt.xhtml"
48+
3749
informative:
3850
RFC6749: RFC6749
3951
RFC7662: RFC7662
@@ -475,9 +487,9 @@ Specification Document(s):
475487

476488
## Media Type Registration
477489

478-
This section requests registration of the following media types [@RFC2046] in
479-
the "Media Types" registry [@IANA.MediaTypes] in the manner described
480-
in [@RFC6838].
490+
This section requests registration of the following media types {{RFC2046}} in
491+
the "Media Types" registry{{@IANA.MediaTypes}} in the manner described
492+
in {{@RFC6838}}.
481493

482494
To indicate that the content is an JSON-based Status List:
483495

@@ -486,10 +498,10 @@ To indicate that the content is an JSON-based Status List:
486498
* Required parameters: n/a
487499
* Optional parameters: n/a
488500
* Encoding considerations: binary; A JSON-based Status List is a JSON Object.
489-
* Security considerations: See (#Security) of [[ this specification ]]
501+
* Security considerations: See (#Security) of \[ this specification \]
490502
* Interoperability considerations: n/a
491-
* Published specification: [[ this specification ]]
492-
* Applications that use this media type: Applications using [[ this specification ]] for updated status information of tokens
503+
* Published specification: \[ this specification \]
504+
* Applications that use this media type: Applications using \[ this specification \] for updated status information of tokens
493505
* Fragment identifier considerations: n/a
494506
* Additional information:
495507
* File extension(s): n/a
@@ -508,10 +520,10 @@ To indicate that the content is an JWT-based Status List:
508520
* Required parameters: n/a
509521
* Optional parameters: n/a
510522
* Encoding considerations: binary; A JWT-based Status List is a JWT; JWT values are encoded as a series of base64url-encoded values (some of which may be the empty string) separated by period ('.') characters.
511-
* Security considerations: See (#Security) of [[ this specification ]]
523+
* Security considerations: See (#Security) of \[ this specification \]
512524
* Interoperability considerations: n/a
513-
* Published specification: [[ this specification ]]
514-
* Applications that use this media type: Applications using [[ this specification ]] for updated status information of tokens
525+
* Published specification: \[ this specification \]
526+
* Applications that use this media type: Applications using \[ this specification \] for updated status information of tokens
515527
* Fragment identifier considerations: n/a
516528
* Additional information:
517529
* File extension(s): n/a
@@ -530,10 +542,10 @@ To indicate that the content is an CBOR-based Status List:
530542
* Required parameters: n/a
531543
* Optional parameters: n/a
532544
* Encoding considerations: binary; A CBOR-based Status List is a CBOR Object.
533-
* Security considerations: See (#Security) of [[ this specification ]]
545+
* Security considerations: See (#Security) of \[ this specification \]
534546
* Interoperability considerations: n/a
535-
* Published specification: [[ this specification ]]
536-
* Applications that use this media type: Applications using [[ this specification ]] for updated status information of tokens
547+
* Published specification: \[ this specification \]
548+
* Applications that use this media type: Applications using \[ this specification \] for updated status information of tokens
537549
* Fragment identifier considerations: n/a
538550
* Additional information:
539551
* File extension(s): n/a
@@ -552,10 +564,10 @@ To indicate that the content is an CWT-based Status List:
552564
* Required parameters: n/a
553565
* Optional parameters: n/a
554566
* Encoding considerations: binary;
555-
* Security considerations: See (#Security) of [[ this specification ]]
567+
* Security considerations: See (#Security) of \[ this specification \]
556568
* Interoperability considerations: n/a
557-
* Published specification: [[ this specification ]]
558-
* Applications that use this media type: Applications using [[ this specification ]] for updated status information of tokens
569+
* Published specification: \[ this specification \]
570+
* Applications that use this media type: Applications using \[ this specification \] for updated status information of tokens
559571
* Fragment identifier considerations: n/a
560572
* Additional information:
561573
* File extension(s): n/a

0 commit comments

Comments
 (0)