From cceb1acca8ccdd4c1707d5275ebafddd855aae13 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Tue, 2 Aug 2022 03:00:05 +0200 Subject: [PATCH] docs: fix dead link to color output controls guide Signed-off-by: CrazyMax --- docs/reference/buildx_build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/buildx_build.md b/docs/reference/buildx_build.md index f199fc98..323c8ed3 100644 --- a/docs/reference/buildx_build.md +++ b/docs/reference/buildx_build.md @@ -436,7 +436,7 @@ $ docker buildx build --load --progress=plain . > **Note** > -> Check also our [Color output controls guide](https://docs.docker.com/build/guides/color-output/) +> Check also our [Color output controls guide](https://github.com/docker/buildx/blob/master/docs/guides/color-output.md) > for modifying the colors that are used to output information to the terminal. ### Push the build result to a registry (--push)