diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2019-01-18 13:32:43 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-18 13:32:43 -0800 |
| commit | 875019ae1d63a9d2e70588aa7909395a05500282 (patch) | |
| tree | f768851f66b4f195e001681e9f34be4afa9b1990 | |
| parent | 08bffde59eab640d3d404029b7f296931a084862 (diff) | |
| parent | 6eb10506095c3c2ec064e9b8ddb9cf7e646a0573 (diff) | |
Merge pull request #3108 from tariq1890/patch-1
Use the correct link to the gopherage OWNERS file
| -rw-r--r-- | sig-testing/README.md | 2 | ||||
| -rw-r--r-- | sigs.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sig-testing/README.md b/sig-testing/README.md index 0307097e..41a3ee47 100644 --- a/sig-testing/README.md +++ b/sig-testing/README.md @@ -40,7 +40,7 @@ The following subprojects are owned by sig-testing: - **gopherage** - Description: Gopherage is a tool for manipulating Go coverage files. We use it on the Kubernetes project to report on code coverage due to e2e tests - Owners: - - https://raw.githubusercontent.com/kubernetes/test-infra/master/gubernator/OWNERS + - https://raw.githubusercontent.com/kubernetes/test-infra/master/gopherage/OWNERS - **gubernator** - Description: Gubernator is a frontend for displaying Kubernetes test results stored in GCS. See gubernator.k8s.io to see it in action for the Kubernetes project. - Owners: @@ -1948,7 +1948,7 @@ sigs: Gopherage is a tool for manipulating Go coverage files. We use it on the Kubernetes project to report on code coverage due to e2e tests owners: - - https://raw.githubusercontent.com/kubernetes/test-infra/master/gubernator/OWNERS + - https://raw.githubusercontent.com/kubernetes/test-infra/master/gopherage/OWNERS - name: gubernator description: > Gubernator is a frontend for displaying Kubernetes test results stored |
