Merge pull request #4648 from sklirg/fix/example-readme-install-url

docs(examples): Fix URL to installation instructions in examples
This commit is contained in:
Kubernetes Prow Robot
2022-08-12 15:42:30 -07:00
committed by GitHub

View File

@@ -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.