Skip to content

Commit 0bf68c3

Browse files
committed
image-layout.md: fix link to layer.md
Signed-off-by: Lei Jitang <[email protected]>
1 parent ae3a252 commit 0bf68c3

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)