Skip to content

Commit b081e61

Browse files
author
Erik Hollensbe
committed
considerations.md: use clearer links to describe concepts
Signed-off-by: Erik Hollensbe <[email protected]>
1 parent f17fdaf commit b081e61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

considerations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Instead they MUST ignore unknown properties.
55

66
# Canonicalization
77

8-
OCI Images [are](descriptor.md) [content-addressable](image-layout.md).
8+
OCI Images are content-addressible. See [Descriptors](descriptor.md) and [Image Layout](image-layout.md) for more information.
99
One benefit of content-addressable storage is easy deduplication.
1010
Many images might depend on a particular [layer](layer.md), but there will only be one blob in the [store](image-layout.md).
1111
With a different serialization, that same semantic layer would have a different hash, and if both versions of the layer are referenced there will be two blobs with the same semantic content.

0 commit comments

Comments
 (0)