diff options
| author | Patrick Ohly <patrick.ohly@intel.com> | 2018-02-20 09:11:11 +0100 |
|---|---|---|
| committer | Patrick Ohly <patrick.ohly@intel.com> | 2018-02-20 09:11:11 +0100 |
| commit | b820003012283fa21290fbd2ced83909726e5e65 (patch) | |
| tree | 3882753bbf6633a7d73e046aa493be0722a6bc9f | |
| parent | 94a104dcf3b74f5b3c2ea40eb075aff52fffd754 (diff) | |
sig-volume: fix owner link for pkg/volume owners
The actual path in the Kubernetes repo is pkg/volume, not pkg/volumes.
| -rw-r--r-- | sig-storage/README.md | 2 | ||||
| -rw-r--r-- | 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 @@ -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: > |
