Skip to content

Commit 10c890a

Browse files
fix links
Signed-off-by: Craig <[email protected]>
1 parent 12445ce commit 10c890a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/reference/api/registry/latest.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ tags:
4646
Specifies registry authentication.
4747
externalDocs:
4848
description: Detailed authentication workflow and token usage
49-
url: /reference/api/registry/auth/
49+
url: https://docs.docker.com/reference/api/registry/auth/
5050

5151
- name: Manifests
5252
x-displayName: Manifests
@@ -64,7 +64,7 @@ tags:
6464
description: |
6565
Pulling an image involves retrieving the manifest and downloading each of the image's layer blobs. This section outlines the general steps followed by a working example.
6666
67-
1. [Get a bearer token for the repository](/reference/api/registry/auth/).
67+
1. [Get a bearer token for the repository](https://docs.docker.com/reference/api/registry/auth/).
6868
2. [Get the image manifest](#operation/GetImageManifest).
6969
3. If the response in the previous step is a multi-architecture manifest list, you must do the following:
7070
- Parse the `manifests[]` array to locate the digest for your target platform (e.g., `linux/amd64`).
@@ -115,7 +115,7 @@ tags:
115115
116116
This section outlines the basic steps to push an image using the registry API.
117117

118-
1. [Get a bearer token for the repository](/reference/api/registry/auth/)
118+
1. [Get a bearer token for the repository](https://docs.docker.com/reference/api/registry/auth/)
119119

120120
2. [Check if the blob exists](#operation/CheckBlobExists) using a `HEAD` request for each blob digest.
121121

@@ -202,7 +202,7 @@ tags:
202202
203203
This section outlines the basic steps to delete an image using the registry API.
204204
205-
1. [Get a bearer token for the repository](/reference/api/registry/auth/).
205+
1. [Get a bearer token for the repository](https://docs.docker.com/reference/api/registry/auth/).
206206
2. [Get the manifest](#operation=GetImageManifest) using the image's tag.
207207
3. Retrieve the `Docker-Content-Digest` header from the manifest response. This digest uniquely identifies the manifest.
208208
4. [Delete the manifest](#operation=DeleteImageManifest) using a `DELETE` request and the digest.

0 commit comments

Comments
 (0)