Skip to content

Commit 8764eac

Browse files
authored
Fix link to docs in Annotations manual
1 parent b64d612 commit 8764eac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/manuals/build/metadata/annotations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ arbitrary information and attach it to your image, which helps consumers and
1111
tools understand the origin, contents, and how to use the image.
1212

1313
Annotations are similar to, and in some sense overlap with, [labels]. Both
14-
serve the same purpose: attach metadata to a resource. As a general principle,
14+
serve the same purpose: to attach metadata to a resource. As a general principle,
1515
you can think of the difference between annotations and labels as follows:
1616

1717
- Annotations describe OCI image components, such as [manifests], [indexes],
@@ -68,7 +68,7 @@ For examples on how to add annotations to images built with GitHub Actions, see
6868
You can also add annotations to an image created using `docker buildx
6969
imagetools create`. This command only supports adding annotations to an index
7070
or manifest descriptors, see
71-
[CLI reference](/reference/cli/docker/buildx/imagetools/create.md#annotations).
71+
[CLI reference](/reference/cli/docker/buildx/imagetools/create.md#annotation).
7272

7373
## Inspect annotations
7474

0 commit comments

Comments
 (0)