Skip to content

Commit 2453939

Browse files
authored
Merge pull request opencontainers#387 from coolljt0725/fix_link_to_applying
image-layout.md: fix link to layer.md
2 parents 985d354 + 0bf68c3 commit 2453939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

image-layout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This layout MAY be used in a variety of different transport mechanisms: archive
66
Given an image layout and a ref, a tool can create an [OCI Runtime Specification bundle](https://github.com/opencontainers/runtime-spec/blob/v1.0.0-rc2/bundle.md) by:
77

88
* Following the ref to find a [manifest](manifest.md#image-manifest), possibly via a [manifest list](manifest-list.md#manifest-list)
9-
* [Applying the filesystem layers](layers.md#applying) in the specified order
9+
* [Applying the filesystem layers](layer.md#applying) in the specified order
1010
* Converting the [image configuration](config.md) into an [OCI Runtime Specification `config.json`](https://github.com/opencontainers/runtime-spec/blob/v1.0.0-rc2/config.md)
1111

1212
The image layout has two top level directories:

0 commit comments

Comments
 (0)