From 3f3f7769e409148d92b564f7a8f4f3a461d01aa8 Mon Sep 17 00:00:00 2001 From: Piyush Garg Date: Tue, 10 Aug 2021 22:47:35 +0530 Subject: [PATCH] Fix link in doc This will fix link in docs which is making to fail CI --- DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index cbcc8919aa..30ba565ae5 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -53,7 +53,7 @@ developing and running Pipelines. Your Kubernetes version must be 1.11 or later. To setup a cluster with GKE: -1. [Install required tools and setup GCP project](https://knative.dev/v0.12-docs/install/knative-with-gke/) +1. [Install required tools and setup GCP project](https://github.com/knative/docs/blob/release-0.12/docs/install/Knative-with-GKE.md) (You may find it useful to save the ID of the project in an environment variable (e.g. `PROJECT_ID`).