diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index aba02df61..61edfda6c 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -11,12 +11,12 @@ can be considered. 1. Submit an issue describing your proposed change to the repo in question. -1. The [repo owners](OWNERS) will respond to your issue +1. The [repo owners](../OWNERS) will respond to your issue promptly. 1. Fork the repo, develop and test your code. See the [github workflow guide]. 1. For _new features_, provide a markdown-based demo following - the pattern established in the [examples](examples) directory. + the pattern established in the [examples](../examples) directory. Run `bin/pre-commit.sh` to test your demo. 1. Submit a pull request. diff --git a/docs/glossary.md b/docs/glossary.md index ff2c0e0a9..866efeb66 100644 --- a/docs/glossary.md +++ b/docs/glossary.md @@ -15,7 +15,7 @@ [kubernetes]: #kubernetes [kustomize]: #kustomize [kustomization]: #kustomization -[off-the-shelf]: #off-the-shelf +[off-the-shelf]: #off-the-shelf-configuration [overlay]: #overlay [overlays]: #overlay [patch]: #patch diff --git a/docs/workflows.md b/docs/workflows.md index c1eca62f3..6ccd56215 100644 --- a/docs/workflows.md +++ b/docs/workflows.md @@ -1,11 +1,11 @@ -[OTS]: glossary.md#off-the-shelf +[OTS]: glossary.md#off-the-shelf-configuration [apply]: glossary.md#apply [applying]: glossary.md#apply [base]: glossary.md#base [fork]: https://guides.github.com/activities/forking/ [variants]: glossary.md#variant [kustomization]: glossary.md#kustomization -[off-the-shelf]: glossary.md#off-the-shelf +[off-the-shelf]: glossary.md#off-the-shelf-configuration [overlays]: glossary.md#overlay [patch]: glossary.md#patch [patches]: glossary.md#patch diff --git a/examples/configGeneration.md b/examples/configGeneration.md index 703e7bf95..2e3821a2f 100644 --- a/examples/configGeneration.md +++ b/examples/configGeneration.md @@ -1,6 +1,6 @@ -[patch]: ../../docs/glossary.md#patch -[resource]: ../../docs/glossary.md#resource -[variant]: ../../docs/glossary.md#variant +[patch]: ../docs/glossary.md#patch +[resource]: ../docs/glossary.md#resource +[variant]: ../docs/glossary.md#variant ## ConfigMap generation and rolling updates