diff options
| author | Ivan Shvedunov <ivan4th@users.noreply.github.com> | 2017-04-20 02:48:58 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-20 02:48:58 +0300 |
| commit | 9acf7fc5b6a3f029c67dba7d36f984de2ae4733e (patch) | |
| tree | f4a69bc080b1c9ac059cdf50f008e9b209a2c802 | |
| parent | f11408f7d60df686ac6ed1564096ab834765077c (diff) | |
Fix yaml links in flexvolume document
| -rw-r--r-- | contributors/devel/flexvolume.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/devel/flexvolume.md b/contributors/devel/flexvolume.md index 65fac617..757dcb64 100644 --- a/contributors/devel/flexvolume.md +++ b/contributors/devel/flexvolume.md @@ -121,7 +121,7 @@ Note: Secrets are passed only to "mount/unmount" call-outs. ### Example of Flexvolume -See [nginx.yaml](nginx.yaml) & [nginx-nfs.yaml](nginx-nfs.yaml) for a quick example on how to use Flexvolume in a pod. +See [nginx.yaml](https://github.com/kubernetes/kubernetes/blob/master/examples/volumes/flexvolume/nginx.yaml) & [nginx-nfs.yaml](https://github.com/kubernetes/kubernetes/blob/master/examples/volumes/flexvolume/nginx-nfs.yaml) for a quick example on how to use Flexvolume in a pod. <!-- BEGIN MUNGE: GENERATED_ANALYTICS --> []() |
