Fix some busted documentation links.

This commit is contained in:
Jeffrey Regan
2018-08-31 17:05:32 -07:00
parent fab2a5a5d7
commit cdbd83a645
4 changed files with 8 additions and 8 deletions

View File

@@ -11,12 +11,12 @@
can be considered. can be considered.
1. Submit an issue describing your proposed change to 1. Submit an issue describing your proposed change to
the repo in question. 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. promptly.
1. Fork the repo, develop and test your code. 1. Fork the repo, develop and test your code.
See the [github workflow guide]. See the [github workflow guide].
1. For _new features_, provide a markdown-based demo following 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. Run `bin/pre-commit.sh` to test your demo.
1. Submit a pull request. 1. Submit a pull request.

View File

@@ -15,7 +15,7 @@
[kubernetes]: #kubernetes [kubernetes]: #kubernetes
[kustomize]: #kustomize [kustomize]: #kustomize
[kustomization]: #kustomization [kustomization]: #kustomization
[off-the-shelf]: #off-the-shelf [off-the-shelf]: #off-the-shelf-configuration
[overlay]: #overlay [overlay]: #overlay
[overlays]: #overlay [overlays]: #overlay
[patch]: #patch [patch]: #patch

View File

@@ -1,11 +1,11 @@
[OTS]: glossary.md#off-the-shelf [OTS]: glossary.md#off-the-shelf-configuration
[apply]: glossary.md#apply [apply]: glossary.md#apply
[applying]: glossary.md#apply [applying]: glossary.md#apply
[base]: glossary.md#base [base]: glossary.md#base
[fork]: https://guides.github.com/activities/forking/ [fork]: https://guides.github.com/activities/forking/
[variants]: glossary.md#variant [variants]: glossary.md#variant
[kustomization]: glossary.md#kustomization [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 [overlays]: glossary.md#overlay
[patch]: glossary.md#patch [patch]: glossary.md#patch
[patches]: glossary.md#patch [patches]: glossary.md#patch

View File

@@ -1,6 +1,6 @@
[patch]: ../../docs/glossary.md#patch [patch]: ../docs/glossary.md#patch
[resource]: ../../docs/glossary.md#resource [resource]: ../docs/glossary.md#resource
[variant]: ../../docs/glossary.md#variant [variant]: ../docs/glossary.md#variant
## ConfigMap generation and rolling updates ## ConfigMap generation and rolling updates