Skip to content

Commit 1a74419

Browse files
authored
Use more semantic references to HTTP RFCs. (#534)
1 parent 1c02656 commit 1a74419

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

index.bs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3075,8 +3075,8 @@ New MIME types should have a specification and should be registered with the Int
30753075

30763076
<h3 id="using-http">Consult documentation on best practices when using HTTP</h3>
30773077

3078-
When using \[HTTP](https://datatracker.ietf.org/doc/html/rfc9110),
3079-
consult [RFC 9205](https://datatracker.ietf.org/doc/html/rfc9205)
3078+
When using [[RFC9110|HTTP]],
3079+
consult [[RFC9205 inline]]
30803080
for advice on correct usage of the protocol.
30813081

30823082
[Fetch](https://fetch.spec.whatwg.org/) is the way that
@@ -3088,13 +3088,13 @@ Appropriate use of methods, header fields, content types, caching, and other HTT
30883088
might need to be defined.
30893089

30903090
Recommendations on best practices for HTTP
3091-
can be found in [RFC 9205](https://datatracker.ietf.org/doc/html/rfc9205) and
3091+
can be found in [[RFC9205 inline]] and
30923092
[other HTTP RFCs](https://datatracker.ietf.org/doc/search?name=HTTP&amp;sort=&amp;rfcs=on&amp;by=group&amp;group=httpbis).
30933093
RFC 9205 includes advice on
3094-
[specifying client behavior](https://datatracker.ietf.org/doc/html/rfc9205#section-4.3),
3095-
[defining header fields](https://datatracker.ietf.org/doc/html/rfc9205#section-4.7),
3096-
[use of media types](https://datatracker.ietf.org/doc/html/rfc9205#section-4.8),
3097-
[evolving specifications](https://datatracker.ietf.org/doc/html/rfc9205#section-4.16), and
3094+
[[RFC9205#section-4.3|specifying client behavior]],
3095+
[[RFC9205#section-4.7|defining header fields]],
3096+
[[RFC9205#section-4.8|use of media types]],
3097+
[[RFC9205#section-4.16|evolving specifications]], and
30983098
other advice on how to get the most out of HTTP.
30993099

31003100
<h3 id="extend-manifests">Extend existing manifest files rather than creating new ones</h3>

0 commit comments

Comments
 (0)