Skip to content

Commit

Permalink
Merge pull request #664 from Mashimiao/layer-fix-link
Browse files Browse the repository at this point in the history
layer.md: fix broken link
  • Loading branch information
stevvooe authored May 9, 2017
2 parents 3690645 + 5642c60 commit a7d6fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layer.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This section defines the `application/vnd.oci.image.layer.v1.tar`, `application/

## `+gzip` Media Types

* 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].
* 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_2].
* 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].

## Distributable Format
Expand Down

0 comments on commit a7d6fe6

Please sign in to comment.