From ade2ffdc5ee8daa8ab6ee9dbb1e88e3943b3187e Mon Sep 17 00:00:00 2001 From: Kenjiro Nakayama Date: Tue, 26 Feb 2019 02:34:48 +0900 Subject: [PATCH] Fix invalid manifest URL to insatll build (#930) This patch replaces invalid manifest URL with the latest manifest URL. --- build/installing-build-component.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/installing-build-component.md b/build/installing-build-component.md index 5d1df46ef..f1b544396 100644 --- a/build/installing-build-component.md +++ b/build/installing-build-component.md @@ -22,7 +22,7 @@ To add only the Knative Build component to an existing installation: command to install [Knative Build](https://github.com/knative/build) and its dependencies: ```bash - kubectl apply --filename https://storage.googleapis.com/knative-releases/build/latest/release.yaml + kubectl apply --filename https://github.com/knative/build/releases/download/v0.4.0/build.yaml ``` 1. Run the [`kubectl get`](https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#get)