Skip to content

Commit

Permalink
Merge pull request kubernetes#1966 from yanxuean/flex-link
Browse files Browse the repository at this point in the history
correct the link to nginx.yaml for flexvolume
  • Loading branch information
k8s-ci-robot authored Mar 31, 2018
2 parents 88553fd + fe644b8 commit 1da55a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contributors/devel/flexvolume.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,10 @@ Note: Secrets are passed only to "mount/unmount" call-outs.

### Example of Flexvolume

See [nginx.yaml] & [nginx-nfs.yaml] for a quick example on how to use Flexvolume in a pod.
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.yaml]: https://git.k8s.io/kubernetes/examples/volumes/flexvolume/nginx.yaml
[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

0 comments on commit 1da55a4

Please sign in to comment.