diff options
| author | k8s-ci-robot <k8s-ci-robot@users.noreply.github.com> | 2018-02-22 13:22:42 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-22 13:22:42 -0800 |
| commit | 838bf36ae3c1355bbb7a86b208476f258c336e88 (patch) | |
| tree | 2f56a3ec25ab7b2887251e759da00e1a126253c5 | |
| parent | a20dbc380bce473ccae82f554d31fd91d469da91 (diff) | |
| parent | 15994be21f423405f915057807bdcb4243493319 (diff) | |
Merge pull request #1839 from alessbn/subprojects
Fix invalid link for contributors-guide owners
| -rw-r--r-- | sig-contributor-experience/README.md | 2 | ||||
| -rw-r--r-- | sigs.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sig-contributor-experience/README.md b/sig-contributor-experience/README.md index ff0c51a8..2d5a8ba0 100644 --- a/sig-contributor-experience/README.md +++ b/sig-contributor-experience/README.md @@ -39,7 +39,7 @@ The following subprojects are owned by sig-contributor-experience: - https://raw.githubusercontent.com/kubernetes/community/master/communication/OWNERS https://raw.githubusercontent.com/kubernetes/community/master/events/OWNERS - **contributors-guide** - Owners: - - https://raw.githubusercontent.comkubernetes/community/blob/master/contributors/guide/OWNERS + - https://raw.githubusercontent.com/kubernetes/community/master/contributors/guide/OWNERS - **k8s.io** - Owners: - https://raw.githubusercontent.com/kubernetes/k8s.io/master/OWNERS @@ -685,7 +685,7 @@ sigs: https://raw.githubusercontent.com/kubernetes/community/master/events/OWNERS - name: contributors-guide owners: - - https://raw.githubusercontent.comkubernetes/community/blob/master/contributors/guide/OWNERS + - https://raw.githubusercontent.com/kubernetes/community/master/contributors/guide/OWNERS - name: k8s.io owners: - https://raw.githubusercontent.com/kubernetes/k8s.io/master/OWNERS |
