From ff843817e8b05fcdd3591862a2bda2b5ad5bd8ac Mon Sep 17 00:00:00 2001 From: Mohammad Reza Saleh Date: Mon, 19 Feb 2024 12:48:56 +0100 Subject: [PATCH] fix broken release link for windows --- docs/book/src/user/quick-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/book/src/user/quick-start.md b/docs/book/src/user/quick-start.md index b51a4ce73c90..0c434d727962 100644 --- a/docs/book/src/user/quick-start.md +++ b/docs/book/src/user/quick-start.md @@ -417,7 +417,7 @@ clusterctl init --infrastructure aws Download the latest release; on Windows, type: ``` -curl.exe -L {{#releaselink repo:"https://github.com/kubernetes-sigs/cluster-api" gomodule:"sigs.k8s.io/cluster-api-provider-aws" asset:"clusterawsadm-windows-amd64" version:">=2.0.0"}} -o clusterawsadm.exe +curl.exe -L {{#releaselink repo:"https://github.com/kubernetes-sigs/cluster-api-provider-aws" gomodule:"sigs.k8s.io/cluster-api-provider-aws" asset:"clusterawsadm-windows-amd64.exe" version:">=2.0.0"}} -o clusterawsadm.exe ``` Append or prepend the path of that directory to the `PATH` environment variable.