From 844841a784bcbefa60ea559464c5719c6df60091 Mon Sep 17 00:00:00 2001 From: Jit <86168235+Xhoenix@users.noreply.github.com> Date: Sun, 21 Jan 2024 15:00:26 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60b8977c..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://github.com/docker/buildx#installing) 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