Skip to content

Commit 40075dd

Browse files
authored
Merge pull request #670 from Mashimiao/manifest-fix-broken-link
manifest.md: fix broken link
2 parents 9550543 + c576597 commit 40075dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifest.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Unlike the [image index](image-index.md), which contains information about a set
4444
Each item in the array MUST be a [descriptor](descriptor.md).
4545
The array MUST have the base layer at index 0.
4646
Subsequent layers MUST then follow in stack order (i.e. from `layers[0]` to `layers[len(layers)-1]`).
47-
The final filesystem layout MUST match the result of [applying](layer.md#applying) the layers to an empty directory.
47+
The final filesystem layout MUST match the result of [applying](layer.md#applying-changesets) the layers to an empty directory.
4848
The [ownership, mode, and other attributes](layer.md#file-attributes) of the initial empty directory are unspecified.
4949

5050
Beyond the [descriptor requirements](descriptor.md#properties), the value has the following additional restrictions:

0 commit comments

Comments
 (0)