From da0ccaf298ef2db9e89deb7b4b2c3fe4d243eaa2 Mon Sep 17 00:00:00 2001 From: "Brad P. Crochet" Date: Wed, 14 Apr 2021 23:27:05 -0400 Subject: [PATCH] Update _index.md Add 'download/' to the OPERATOR_SDK_DL_URL Signed-off-by: Brad P. Crochet --- website/content/en/docs/installation/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/en/docs/installation/_index.md b/website/content/en/docs/installation/_index.md index eff5fb7286c..cab1dc9732a 100644 --- a/website/content/en/docs/installation/_index.md +++ b/website/content/en/docs/installation/_index.md @@ -36,7 +36,7 @@ export OS=$(uname | awk '{print tolower($0)}') Download the binary for your platform: ```sh -export OPERATOR_SDK_DL_URL=https://github.com/operator-framework/operator-sdk/releases/v1.6.1 +export OPERATOR_SDK_DL_URL=https://github.com/operator-framework/operator-sdk/releases/download/v1.6.1 curl -LO ${OPERATOR_SDK_DL_URL}/operator-sdk_${OS}_${ARCH} ```