Skip to content

Commit 84ee56d

Browse files
committed
Fix: correct a broken link to "applying changesets"
Signed-off-by: Brandon Mitchell <[email protected]>
1 parent 64294bd commit 84ee56d

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 @@
66
Given an image layout and a ref, a tool can create an [OCI Runtime Specification bundle](https://github.com/opencontainers/runtime-spec/blob/main/bundle.md) by:
77

88
- Following the ref to find a [manifest](manifest.md#image-manifest), possibly via an [image index](image-index.md)
9-
- [Applying the filesystem layers](layer.md#applying) in the specified order
9+
- [Applying the filesystem layers](layer.md#applying-changesets) 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/main/config.md)
1111

1212
## Content

0 commit comments

Comments
 (0)