From 1016cd383dc74b03d2b13eaba17bddba94e42645 Mon Sep 17 00:00:00 2001 From: S Nitesh Singh Date: Fri, 27 Aug 2021 23:10:48 +0530 Subject: [PATCH] fix broken link in install kubectl windows page --- content/en/docs/tasks/tools/install-kubectl-windows.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/en/docs/tasks/tools/install-kubectl-windows.md b/content/en/docs/tasks/tools/install-kubectl-windows.md index ef9f4e5815..8059fa7a3a 100644 --- a/content/en/docs/tasks/tools/install-kubectl-windows.md +++ b/content/en/docs/tasks/tools/install-kubectl-windows.md @@ -30,7 +30,7 @@ The following methods exist for installing kubectl on Windows: Or if you have `curl` installed, use this command: ```powershell - curl -LO https://dl.k8s.io/release/{{< param "fullversion" >}}/bin/windows/amd64/kubectl.exe + curl -LO "https://dl.k8s.io/release/{{< param "fullversion" >}}/bin/windows/amd64/kubectl.exe" ``` {{< note >}} @@ -42,7 +42,7 @@ The following methods exist for installing kubectl on Windows: Download the kubectl checksum file: ```powershell - curl -LO https://dl.k8s.io/{{< param "fullversion" >}}/bin/windows/amd64/kubectl.exe.sha256 + curl -LO "https://dl.k8s.io/{{< param "fullversion" >}}/bin/windows/amd64/kubectl.exe.sha256" ``` Validate the kubectl binary against the checksum file: @@ -147,7 +147,7 @@ Below are the procedures to set up autocompletion for Zsh, if you are running th 1. Download the latest release with the command: ```powershell - curl -LO https://dl.k8s.io/release/{{< param "fullversion" >}}/bin/windows/amd64/kubectl-convert.exe + curl -LO "https://dl.k8s.io/release/{{< param "fullversion" >}}/bin/windows/amd64/kubectl-convert.exe" ``` 1. Validate the binary (optional) @@ -155,7 +155,7 @@ Below are the procedures to set up autocompletion for Zsh, if you are running th Download the kubectl-convert checksum file: ```powershell - curl -LO https://dl.k8s.io/{{< param "fullversion" >}}/bin/windows/amd64/kubectl-convert.exe.sha256 + curl -LO "https://dl.k8s.io/{{< param "fullversion" >}}/bin/windows/amd64/kubectl-convert.exe.sha256" ``` Validate the kubectl-convert binary against the checksum file: