From b16edd76b997a6f0d2bd7b4d710efbb9d8659710 Mon Sep 17 00:00:00 2001 From: Rowan Molony Date: Wed, 22 Jun 2022 12:38:53 +0100 Subject: [PATCH] Update link to High-level build options with Bake Current link is invalid, so I replaced it with the High-level build options from https://docs.docker.com/engine/reference/commandline/buildx_bake/ --- docs/reference/buildx_bake.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/buildx_bake.md b/docs/reference/buildx_bake.md index 4ad4aabb..68b8696b 100644 --- a/docs/reference/buildx_bake.md +++ b/docs/reference/buildx_bake.md @@ -34,7 +34,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/bake/) +Read [High-level build options with Bake](https://github.com/docker/buildx#high-level-build-options) guide for introduction to writing bake files. > **Note**