diff options
| author | k8s-ci-robot <k8s-ci-robot@users.noreply.github.com> | 2018-08-21 12:02:34 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-21 12:02:34 -0700 |
| commit | 14de0abf5128e9cbb9ac47c98f67eb68cb3ebe57 (patch) | |
| tree | 0955db9247e53411b28bb42ffeae7b0b871118b1 | |
| parent | 2315b75ac10bc8c3dc6d372f4efb1be1ea035667 (diff) | |
| parent | 213317a9cc2a9a1713ceef7e6de657ecd24db6ac (diff) | |
Merge pull request #2563 from gyuho/kubemark-owners
*: fix "kubemark" OWNERS links
| -rw-r--r-- | sig-scalability/README.md | 4 | ||||
| -rw-r--r-- | sigs.yaml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sig-scalability/README.md b/sig-scalability/README.md index a3f78155..db3fb8cd 100644 --- a/sig-scalability/README.md +++ b/sig-scalability/README.md @@ -35,8 +35,8 @@ The Chairs of the SIG run operations and processes governing the SIG. The following subprojects are owned by sig-scalability: - **kubemark** - Owners: - - https://raw.githubusercontent.com/kubernetes/kubemark/master/cmd/kubemark/OWNERS - - https://raw.githubusercontent.com/kubernetes/kubemark/master/pkg/kubemark/OWNERS + - https://raw.githubusercontent.com/kubernetes/kubernetes/master/cmd/kubemark/OWNERS + - https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/kubemark/OWNERS - **perf-tests** - Owners: - https://raw.githubusercontent.com/kubernetes/perf-tests/master/OWNERS @@ -1446,8 +1446,8 @@ sigs: subprojects: - name: kubemark owners: - - https://raw.githubusercontent.com/kubernetes/kubemark/master/cmd/kubemark/OWNERS - - https://raw.githubusercontent.com/kubernetes/kubemark/master/pkg/kubemark/OWNERS + - https://raw.githubusercontent.com/kubernetes/kubernetes/master/cmd/kubemark/OWNERS + - https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/kubemark/OWNERS - name: perf-tests owners: - https://raw.githubusercontent.com/kubernetes/perf-tests/master/OWNERS |
