From b820003012283fa21290fbd2ced83909726e5e65 Mon Sep 17 00:00:00 2001 From: Patrick Ohly Date: Tue, 20 Feb 2018 09:11:11 +0100 Subject: sig-volume: fix owner link for pkg/volume owners The actual path in the Kubernetes repo is pkg/volume, not pkg/volumes. --- sig-storage/README.md | 2 +- sigs.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sig-storage/README.md b/sig-storage/README.md index e0111723..daf61965 100644 --- a/sig-storage/README.md +++ b/sig-storage/README.md @@ -38,7 +38,7 @@ The following subprojects are owned by sig-storage: - https://raw.githubusercontent.com/kubernetes-incubator/nfs-provisioner/master/OWNERS - **volumes** - Owners: - - https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/volumes/OWNERS + - https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/volume/OWNERS ## GitHub Teams diff --git a/sigs.yaml b/sigs.yaml index d6bb62af..e19b52ee 100644 --- a/sigs.yaml +++ b/sigs.yaml @@ -1401,7 +1401,7 @@ sigs: - https://raw.githubusercontent.com/kubernetes-incubator/nfs-provisioner/master/OWNERS - name: volumes owners: - - https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/volumes/OWNERS + - https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/volume/OWNERS - name: Testing dir: sig-testing mission_statement: > -- cgit v1.2.3