From afc1815f3fdbb3e938abf66603fb20e80b9f2f4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5kon=20Solbj=C3=B8rg?= Date: Mon, 23 May 2022 12:05:03 +0200 Subject: [PATCH] docs(examples): Fix URL to installation instructions in examples --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 42ef08525..a4feae368 100644 --- a/examples/README.md +++ b/examples/README.md @@ -3,7 +3,7 @@ English | [简体中文](zh/README.md) # Examples To run these examples, your `$PATH` must contain `kustomize`. -See the [installation instructions](../docs/INSTALL.md). +See the [installation instructions](https://kubectl.docs.kubernetes.io/installation/kustomize/). These examples are [tested](../hack/testExamplesAgainstKustomize.sh) to work with the latest _released_ version of kustomize.