Fix docs broken links as Github relative links

This commit is contained in:
Idan Bidani
2019-11-21 23:51:35 -05:00
parent 56d57c3088
commit 04516803f2
24 changed files with 62 additions and 63 deletions

View File

@@ -1,7 +1,7 @@
# Filing bugs
[target package]: https://github.com/kubernetes-sigs/kustomize/tree/master/pkg/target
[example of a target test]: https://github.com/kubernetes-sigs/kustomize/blob/master/pkg/target/baseandoverlaysmall_test.go
[target package]: /api/internal/target
[example of a target test]: /api/internal/target/baseandoverlaysmall_test.go
File issues as desired, but
if you've found a problem with how
@@ -22,7 +22,7 @@ kustomize has a simple test harness in the
input and the expected output.
See this [example of a target test], and contribution
[#971](https://github.com/kubernetes-sigs/kustomize/pull/971),
[#971](/../../pull/971),
which does exactly the right thing.
The pattern is