Skip to content

Commit e0f93fd

Browse files
committed
image-layout: minor syntax fixes
h/t @wking Signed-off-by: Jonathan Boulle <[email protected]>
1 parent 261ed42 commit e0f93fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

image-layout.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ 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.md#manifest-list)
9-
* Applying the filesystem layers in the specified order
10-
* 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)
9+
* [Applying the filesystem layers](layers.md#applying) in the specified order
10+
* 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:
1313

0 commit comments

Comments
 (0)