Skip to content

Commit 36e70b7

Browse files
committed
Fix link to Content Digests
Signed-off-by: Jon Johnson <[email protected]>
1 parent e734841 commit 36e70b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ A successful response SHOULD contain the digest of the uploaded blob in the head
151151

152152
The `Docker-Content-Digest` header, if present on the response, returns the canonical
153153
digest of the uploaded blob which MAY differ from the provided digest. If the digest does differ, it MAY be the case that
154-
the hashing algorithms used do not match. See [Content Digests](./detail.md) for information on how to detect the hashing
154+
the hashing algorithms used do not match. See [Content Digests](https://github.com/opencontainers/image-spec/blob/v1.0.1/descriptor.md#digests) for information on how to detect the hashing
155155
algorithm in use. Most clients MAY ignore the value, but if it is used, the client MUST verify the value against the uploaded
156156
blob data.
157157

0 commit comments

Comments
 (0)