From 15994be21f423405f915057807bdcb4243493319 Mon Sep 17 00:00:00 2001 From: Alejandra Bustos Date: Thu, 22 Feb 2018 12:57:55 -0600 Subject: [PATCH] Fix invalid link for contributors-guide owners --- sig-contributor-experience/README.md | 2 +- 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 ff0c51a86..2d5a8ba00 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 diff --git a/sigs.yaml b/sigs.yaml index 47c9f7a6e..89b544384 100644 --- a/sigs.yaml +++ b/sigs.yaml @@ -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