From 403f54cf7a134c88fd71bd014e43024b10e96bd3 Mon Sep 17 00:00:00 2001 From: Jit <86168235+Xhoenix@users.noreply.github.com> Date: Sun, 14 Jan 2024 00:39:07 +0530 Subject: [PATCH] Update docker buildx installation link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33d0ce7f..60b8977c 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://github.com/docker/buildx#installing) for instructions on installing and upgrading `buildx`. You can check which version you have using: ```bash docker buildx version