diff --git a/layer.md b/layer.md index 4c0d2e499..9783d41ff 100644 --- a/layer.md +++ b/layer.md @@ -4,7 +4,7 @@ This document describes how to serialize a filesystem and filesystem changes lik One or more layers are applied on top of each other to create a complete filesystem. This document will use a concrete example to illustrate how to create and consume these filesystem layers. -This section defines the `application/vnd.oci.image.layer.tar+gzip` and `application/vnd.oci.image.layer.nondistributable.tar+gzip` [media type](media-types.md). +This section defines the `application/vnd.oci.image.layer.tar+gzip` and `application/vnd.oci.image.layer.nondistributable.tar+gzip` [media types](media-types.md). ## Distributable Format diff --git a/manifest.md b/manifest.md index cc7485f92..44188cf84 100644 --- a/manifest.md +++ b/manifest.md @@ -5,7 +5,7 @@ The first goal is content-addressable images, by supporting an image model where The second goal is to allow multi-architecture images, through a "fat manifest" which references image manifests for platform-specific versions of an image. The third goal is to be translatable to the [OpenContainers/runtime-spec](https://github.com/opencontainers/runtime-spec) -This section defines the `application/vnd.oci.image.manifest.list.v1+json` and `application/vnd.oci.image.manifest.v1+json` [media type](media-types.md). +This section defines the `application/vnd.oci.image.manifest.list.v1+json` and `application/vnd.oci.image.manifest.v1+json` [media types](media-types.md). # Manifest List