Skip to content

Commit 06535d6

Browse files
committed
updated link for glossary.md
1 parent 88f19bf commit 06535d6

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

examples/ldap/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
[base]: ../../docs/glossary.md#base
2-
[gitops]: ../../docs/glossary.md#gitops
3-
[kustomization]: ../../docs/glossary.md#kustomization
4-
[overlay]: ../../docs/glossary.md#overlay
5-
[overlays]: ../../docs/glossary.md#overlay
6-
[variant]: ../../docs/glossary.md#variant
7-
[variants]: ../../docs/glossary.md#variant
1+
[base]: https://kubectl.docs.kubernetes.io/references/kustomize/glossary/#base
2+
[gitops]: https://kubectl.docs.kubernetes.io/references/kustomize/glossary/#gitops
3+
[kustomization]: https://kubectl.docs.kubernetes.io/references/kustomize/glossary/#kustomization
4+
[overlay]:`https://kubectl.docs.kubernetes.io/references/kustomize/glossary/#overlay
5+
[overlays]: https://kubectl.docs.kubernetes.io/references/kustomize/glossary/#overlay
6+
[variant]: https://kubectl.docs.kubernetes.io/references/kustomize/glossary/#variant
7+
[variants]: https://kubectl.docs.kubernetes.io/references/kustomize/glossary/#variant
88

99
# Demo: LDAP with variants
1010

examples/validationTransformer/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# a transformer plugin performing validation
22

3-
[base]: ../../docs/glossary.md#base
3+
[base]: https://kubectl.docs.kubernetes.io/references/kustomize/glossary/#base
44
[kubeval]: https://github.com/instrumenta/kubeval
5-
[plugin]: ../../docs/plugins
5+
[plugin]: https://github.com/kubernetes-sigs/kustomize/tree/master/plugin
66

77
kustomize doesn't validate either its input or
88
output beyond the validation provided by the

0 commit comments

Comments
 (0)