Skip to content

Commit 3f08619

Browse files
authored
Merge pull request #595 from wking/duplicate-rfc1952-references
layer: Use rfc1952_2 as a link reference
2 parents 4903ba5 + af6ee63 commit 3f08619

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

layer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This section defines the `application/vnd.oci.image.layer.v1.tar`, `application/
99
## `+gzip` Media Types
1010

1111
The media type `application/vnd.oci.image.layer.v1.tar+gzip` represents an `application/vnd.oci.image.layer.v1.tar` payload which has been compressed with [gzip][rfc1952].
12-
The media type `application/vnd.oci.image.layer.nondistributable.v1.tar+gzip` represents an `application/vnd.oci.image.layer.nondistributable.v1.tar` payload which has been compressed with [gzip][rfc1952].
12+
The media type `application/vnd.oci.image.layer.nondistributable.v1.tar+gzip` represents an `application/vnd.oci.image.layer.nondistributable.v1.tar` payload which has been compressed with [gzip][rfc1952_2].
1313

1414
## Distributable Format
1515

@@ -323,5 +323,5 @@ Implementations SHOULD NOT upload layers tagged with this media type; however, s
323323

324324
[libarchive-tar]: https://github.com/libarchive/libarchive/wiki/ManPageTar5#POSIX_ustar_Archives
325325
[gnu-tar-standard]: http://www.gnu.org/software/tar/manual/html_node/Standard.html
326-
[rfc1952]: https://tools.ietf.org/html/rfc1952
326+
[rfc1952_2]: https://tools.ietf.org/html/rfc1952
327327
[tar-archive]: https://en.wikipedia.org/wiki/Tar_(computing)

0 commit comments

Comments
 (0)