Skip to content

Commit e05b99b

Browse files
authored
Merge pull request opencontainers#15 from jzelinskie/fix-links
Fix broken URLs
2 parents b65c07b + e1d9f65 commit e05b99b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ The `name` and `reference` parameter identify the image and are required.
365365
The reference may include a tag or digest.
366366

367367
The client should include an Accept header indicating which manifest content types it supports.
368-
For more details on the manifest formats and their content types, see [manifest-v2-1.md](manifest-v2-1.md) and [manifest-v2-2.md](manifest-v2-2.md).
368+
For more details on the manifest formats and their content types, see [manifest-v2-1.md](https://github.com/docker/distribution/blob/master/docs/spec/manifest-v2-1.md) and [manifest-v2-2.md](https://github.com/docker/distribution/blob/master/docs/spec/manifest-v2-2.md).
369369
In a successful response, the Content-Type header will indicate which manifest type is being returned.
370370

371371
A `404 Not Found` response will be returned if the image is unknown to the registry.
@@ -935,7 +935,7 @@ If the image had already been deleted or did not exist, a `404 Not Found` respon
935935
936936
Accept: application/vnd.docker.distribution.manifest.v2+json
937937

938-
> for more details, see: [compatibility.md](../compatibility.md#content-addressable-storage-cas)
938+
> for more details, see: [compatibility.md](https://github.com/docker/distribution/blob/master/docs/spec/manifest-v2-2.md#backward-compatibility)
939939
940940
## Detail
941941

0 commit comments

Comments
 (0)