From ac16622a4c39ce55460606898b29c8eafd782437 Mon Sep 17 00:00:00 2001 From: Jit <86168235+Xhoenix@users.noreply.github.com> Date: Sun, 21 Jan 2024 15:09:14 +0530 Subject: [PATCH] docs: update docker buildx documentation link (#187) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33d0ce7f..a0051c42 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ docker buildx create --use --platform linux/amd64,linux/i386,linux/arm64,linux/a docker buildx bake -f docker-bake.hcl ``` -We require a version of `buildx` >= v0.9.1. [Visit the official documentation](https://docs.docker.com/build/buildx/install/) for instructions on installing and upgrading `buildx`. You can check which version you have using: +We require a version of `buildx` >= v0.9.1. [Visit the official documentation](https://docs.docker.com/build/architecture/#install-buildx) for instructions on installing and upgrading `buildx`. You can check which version you have using: ```bash docker buildx version