summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authork8s-ci-robot <k8s-ci-robot@users.noreply.github.com>2018-03-05 09:51:52 -0800
committerGitHub <noreply@github.com>2018-03-05 09:51:52 -0800
commit99cd1b22ecacfd07797f5697c06a4fbe333f503b (patch)
treece04dfbf82497caeca8ad9dcd9b2e6a4cc459aab
parenta8e1d18c06609bf4b0648888705700d37a39c4a1 (diff)
parent322263cbad9448e22c88085b8652ad94564a1e3c (diff)
Merge pull request #1890 from chentao1596/fix-sig-network-owners-link
Change the link to the correct location of OWNERS file
-rw-r--r--sig-network/README.md6
-rw-r--r--sigs.yaml6
2 files changed, 6 insertions, 6 deletions
diff --git a/sig-network/README.md b/sig-network/README.md
index 6099342c..7b2e4d26 100644
--- a/sig-network/README.md
+++ b/sig-network/README.md
@@ -30,9 +30,9 @@ Covers networking in Kubernetes.
The following subprojects are owned by sig-network:
- **services**
- Owners:
- - https://raw.githubusercontent.com/kubernetes/pkg/proxy/OWNERS
- - https://raw.githubusercontent.com/kubernetes/pkg/controller/endpoint/OWNERS
- - https://raw.githubusercontent.com/kubernetes/pkg/controller/service/OWNERS
+ - https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/proxy/OWNERS
+ - https://raw.githubusercontent.com/kubernetes/pkg/kubernetes/master/controller/endpoint/OWNERS
+ - https://raw.githubusercontent.com/kubernetes/pkg/kubernetes/master/controller/service/OWNERS
- **kube-dns**
- Owners:
- https://raw.githubusercontent.com/kubernetes/dns/master/OWNERS
diff --git a/sigs.yaml b/sigs.yaml
index c4bb706c..6c261ac8 100644
--- a/sigs.yaml
+++ b/sigs.yaml
@@ -936,9 +936,9 @@ sigs:
subprojects:
- name: services
owners:
- - https://raw.githubusercontent.com/kubernetes/pkg/proxy/OWNERS
- - https://raw.githubusercontent.com/kubernetes/pkg/controller/endpoint/OWNERS
- - https://raw.githubusercontent.com/kubernetes/pkg/controller/service/OWNERS
+ - https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/proxy/OWNERS
+ - https://raw.githubusercontent.com/kubernetes/pkg/kubernetes/master/controller/endpoint/OWNERS
+ - https://raw.githubusercontent.com/kubernetes/pkg/kubernetes/master/controller/service/OWNERS
- name: kube-dns
owners:
- https://raw.githubusercontent.com/kubernetes/dns/master/OWNERS