From 14942a266e966399330ecc6829c4871e2c1be235 Mon Sep 17 00:00:00 2001 From: David Karlsson Date: Fri, 13 Jan 2023 15:28:31 +0100 Subject: [PATCH] docs: fix broken link in buildx_bake CLI reference Signed-off-by: David Karlsson (cherry picked from commit ba8fa6c4036a477f28ebb0951812db41357a7dfd) --- docs/manuals/bake/build-contexts.md | 2 +- docs/manuals/bake/compose-file.md | 2 +- docs/manuals/bake/configuring-build.md | 2 +- docs/manuals/bake/file-definition.md | 2 +- docs/manuals/bake/hcl-funcs.md | 2 +- docs/manuals/bake/index.md | 2 +- docs/reference/buildx_bake.md | 4 ++-- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/manuals/bake/build-contexts.md b/docs/manuals/bake/build-contexts.md index ead6da79..6155197d 100644 --- a/docs/manuals/bake/build-contexts.md +++ b/docs/manuals/bake/build-contexts.md @@ -1,3 +1,3 @@ # Defining additional build contexts and linking targets -Moved to [docs.docker.com](https://docs.docker.com/build/customize/bake/build-contexts) +Moved to [docs.docker.com](https://docs.docker.com/build/bake/build-contexts) diff --git a/docs/manuals/bake/compose-file.md b/docs/manuals/bake/compose-file.md index 683a3098..c7031921 100644 --- a/docs/manuals/bake/compose-file.md +++ b/docs/manuals/bake/compose-file.md @@ -1,3 +1,3 @@ # Building from Compose file -Moved to [docs.docker.com](https://docs.docker.com/build/customize/bake/compose-file) +Moved to [docs.docker.com](https://docs.docker.com/build/bake/compose-file) diff --git a/docs/manuals/bake/configuring-build.md b/docs/manuals/bake/configuring-build.md index 97fd66ea..68c63937 100644 --- a/docs/manuals/bake/configuring-build.md +++ b/docs/manuals/bake/configuring-build.md @@ -1,3 +1,3 @@ # Configuring builds -Moved to [docs.docker.com](https://docs.docker.com/build/customize/bake/configuring-build) +Moved to [docs.docker.com](https://docs.docker.com/build/bake/configuring-build) diff --git a/docs/manuals/bake/file-definition.md b/docs/manuals/bake/file-definition.md index da86bb48..461a5ce8 100644 --- a/docs/manuals/bake/file-definition.md +++ b/docs/manuals/bake/file-definition.md @@ -1,3 +1,3 @@ # Bake file definition -Moved to [docs.docker.com](https://docs.docker.com/build/customize/bake/file-definition) +Moved to [docs.docker.com](https://docs.docker.com/build/bake/file-definition) diff --git a/docs/manuals/bake/hcl-funcs.md b/docs/manuals/bake/hcl-funcs.md index 2bded391..ebc866a4 100644 --- a/docs/manuals/bake/hcl-funcs.md +++ b/docs/manuals/bake/hcl-funcs.md @@ -1,3 +1,3 @@ # User defined HCL functions -Moved to [docs.docker.com](https://docs.docker.com/build/customize/bake/hcl-funcs) +Moved to [docs.docker.com](https://docs.docker.com/build/bake/hcl-funcs) diff --git a/docs/manuals/bake/index.md b/docs/manuals/bake/index.md index a562b382..08411051 100644 --- a/docs/manuals/bake/index.md +++ b/docs/manuals/bake/index.md @@ -1,3 +1,3 @@ # High-level build options with Bake -Moved to [docs.docker.com](https://docs.docker.com/build/customize/bake) +Moved to [docs.docker.com](https://docs.docker.com/build/bake) diff --git a/docs/reference/buildx_bake.md b/docs/reference/buildx_bake.md index 897f5250..9e94ca3b 100644 --- a/docs/reference/buildx_bake.md +++ b/docs/reference/buildx_bake.md @@ -36,7 +36,7 @@ Build from a file Bake is a high-level build command. Each specified target will run in parallel as part of the build. -Read [High-level build options with Bake](https://docs.docker.com/build/customize/bake/) +Read [High-level build options with Bake](https://docs.docker.com/build/bake/) guide for introduction to writing bake files. > **Note** @@ -87,7 +87,7 @@ target "db" { $ docker buildx bake -f docker-bake.dev.hcl db webapp-release ``` -See our [file definition](https://docs.docker.com/build/customize/bake/file-definition/) +See our [file definition](https://docs.docker.com/build/bake/file-definition/) guide for more details. ### Do not use cache when building the image (--no-cache)