From b73ff06c259a4918346bbc2a48b539ed5d37d32f Mon Sep 17 00:00:00 2001 From: zhangtbj Date: Wed, 22 May 2019 11:02:13 +0800 Subject: [PATCH] Correct error BuildTemplate md link Signed-off-by: zhangtbj --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e2f95e..5bafabf 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Knative Build Templates This repository contains a library of -`BuildTemplate` [resources](https://github.com/knative/docs/blob/master/build/build-templates.md) which are designed to be reusable by many applications. +`BuildTemplate` [resources](https://github.com/knative/docs/blob/master/docs/build/build-templates.md) which are designed to be reusable by many applications. Each build template is in a separate directory along with a README.md and a Kubernetes manifest, so you can choose which build templates to install on your cluster.