From 84ee56daf3cd7d93658737412d5e4d9b1c2d7b16 Mon Sep 17 00:00:00 2001 From: Brandon Mitchell Date: Wed, 9 Jul 2025 10:18:35 -0400 Subject: [PATCH] Fix: correct a broken link to "applying changesets" Signed-off-by: Brandon Mitchell --- image-layout.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image-layout.md b/image-layout.md index 297123c9b..026e71ecd 100644 --- a/image-layout.md +++ b/image-layout.md @@ -6,7 +6,7 @@ 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: - Following the ref to find a [manifest](manifest.md#image-manifest), possibly via an [image index](image-index.md) -- [Applying the filesystem layers](layer.md#applying) in the specified order +- [Applying the filesystem layers](layer.md#applying-changesets) in the specified order - Converting the [image configuration](config.md) into an [OCI Runtime Specification `config.json`](https://github.com/opencontainers/runtime-spec/blob/main/config.md) ## Content