diff options
| author | k8s-ci-robot <k8s-ci-robot@users.noreply.github.com> | 2018-04-27 11:27:19 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-27 11:27:19 -0700 |
| commit | 5ef70dffbe17f1d54c976c78064d109465d7503b (patch) | |
| tree | 91931096406c327009be90a9f1dd578393a0e375 | |
| parent | dd47acb0d2b20023570421c8bf9b4b0f05180e65 (diff) | |
| parent | 7ecd87b43a81f90d9a01cd48b91c2020cb30356b (diff) | |
Merge pull request #2087 from shubheksha/flexvolume-fix-links
Fix broken links in flexvolume guide
| -rw-r--r-- | contributors/devel/flexvolume.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/contributors/devel/flexvolume.md b/contributors/devel/flexvolume.md index 627e88b1..1dfc9668 100644 --- a/contributors/devel/flexvolume.md +++ b/contributors/devel/flexvolume.md @@ -132,7 +132,7 @@ Note: Secrets are passed only to "mount/unmount" call-outs. See [nginx-lvm.yaml] & [nginx-nfs.yaml] for a quick example on how to use Flexvolume in a pod. -[lvm]: https://git.k8s.io/kubernetes/examples/volumes/flexvolume/lvm -[nfs]: https://git.k8s.io/kubernetes/examples/volumes/flexvolume/nfs -[nginx-lvm.yaml]: https://git.k8s.io/kubernetes/examples/volumes/flexvolume/nginx-lvm.yaml -[nginx-nfs.yaml]: https://git.k8s.io/kubernetes/examples/volumes/flexvolume/nginx-nfs.yaml +[lvm]: https://git.k8s.io/examples/staging/volumes/flexvolume/lvm +[nfs]: https://git.k8s.io/examples/staging/volumes/flexvolume/nfs +[nginx-lvm.yaml]: https://git.k8s.io/examples/staging/volumes/flexvolume/nginx-lvm.yaml +[nginx-nfs.yaml]: https://git.k8s.io/examples/staging/volumes/flexvolume/nginx-nfs.yaml |
