Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add links to RFC sections, resolving a TODO

Signed-off-by: Jason Hall <[email protected]>
  • Loading branch information
imjasonh authored May 16, 2023
1 parent 57b69b6 commit 09d29b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ As of current, `_oci` and `_catalog` are considered as reserved namespaces and c

### Versioning

Data payloads being exchanged from extensions SHOULD handle versioned data structures this with `Accepts` and `Content-type` HTTP headers (LINK TO RFC).
Data payloads being exchanged from extensions SHOULD handle versioned data structures this with [`Accept`](https://datatracker.ietf.org/doc/html/rfc7231#section-5.3.2) and [`Content-Type`](https://datatracker.ietf.org/doc/html/rfc7231#section-3.1.1.5) HTTP headers.

If an extension has fundamentally changed enough, then it SHOULD be introduced as a new `<component>` and/or `<component>/<module>`.
Whether or not there is versioning built into those names is up to the extension maintainer.
Expand Down

0 comments on commit 09d29b1

Please sign in to comment.