Skip to content

Commit f4ff717

Browse files
authored
Merge pull request #257 from jonjohnsonjr/link
Fix link to Content Digests
2 parents 54a28c9 + 6a8d80d commit f4ff717

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) <sup>[apdx-3](#appendix)</sup> 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)