Skip to content

Commit

Permalink
Merge pull request #223 from shaybagants/master
Browse files Browse the repository at this point in the history
Fixing broken content negotiation link in spec.md
  • Loading branch information
dmcgowan authored Jan 24, 2021
2 parents db4cc68 + a18cae3 commit d8b559c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ The `<reference>` MUST NOT be in any other format. Throughout this document, `<n

The client SHOULD include an `Accept` header indicating which manifest content types it supports.
In a successful response, the `Content-Type` header will indicate the type of the returned manifest.
For more information on the use of `Accept` headers and content negotiation, please see [Content Negotiation](./content-negortiation.md)
For more information on the use of `Accept` headers and content negotiation, please see [Content Negotiation](./content-negotiation.md)

A GET request to an existing manifest URL MUST provide the expected manifest, with a response code that MUST be `200 OK`.
A successful response SHOULD contain the digest of the uploaded blob in the header `Docker-Content-Digest`.
Expand Down

0 comments on commit d8b559c

Please sign in to comment.