From 8764eac28511b1a000454599c878f07693067114 Mon Sep 17 00:00:00 2001 From: Andrey Sobolev Date: Wed, 14 May 2025 13:55:07 +0300 Subject: [PATCH] Fix link to docs in Annotations manual --- content/manuals/build/metadata/annotations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/manuals/build/metadata/annotations.md b/content/manuals/build/metadata/annotations.md index 910ce96f9d..330deb8181 100644 --- a/content/manuals/build/metadata/annotations.md +++ b/content/manuals/build/metadata/annotations.md @@ -11,7 +11,7 @@ arbitrary information and attach it to your image, which helps consumers and tools understand the origin, contents, and how to use the image. Annotations are similar to, and in some sense overlap with, [labels]. Both -serve the same purpose: attach metadata to a resource. As a general principle, +serve the same purpose: to attach metadata to a resource. As a general principle, you can think of the difference between annotations and labels as follows: - 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 You can also add annotations to an image created using `docker buildx imagetools create`. This command only supports adding annotations to an index or manifest descriptors, see -[CLI reference](/reference/cli/docker/buildx/imagetools/create.md#annotations). +[CLI reference](/reference/cli/docker/buildx/imagetools/create.md#annotation). ## Inspect annotations