From 6d8ec1237d8a89af7d110fd4d245510051a9b934 Mon Sep 17 00:00:00 2001 From: Erik Hollensbe Date: Tue, 14 Mar 2017 02:49:14 -0700 Subject: [PATCH] considerations.md: use clearer links to describe concepts Signed-off-by: Erik Hollensbe --- considerations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/considerations.md b/considerations.md index 979e98ba1..55e84942c 100644 --- a/considerations.md +++ b/considerations.md @@ -5,7 +5,7 @@ Instead they MUST ignore unknown properties. # Canonicalization -* OCI Images [are](descriptor.md) [content-addressable](image-layout.md). +* OCI Images are [content-addressable](https://en.wikipedia.org/wiki/Content-addressable_storage). See [descriptors](descriptor.md) for more. * One benefit of content-addressable storage is easy deduplication. * Many images might depend on a particular [layer](layer.md), but there will only be one blob in the [store](image-layout.md). * 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.