summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsarahnovotny <sarah.novotny@gmail.com>2017-04-28 11:37:58 -0700
committerGitHub <noreply@github.com>2017-04-28 11:37:58 -0700
commit44e93c4bdd45f711d6291d2d29d052548bb73b17 (patch)
tree65a237df8c0bb7638d669b733a597b4d5232cf6b
parente7453ca775851ad839ef7af1b6b45ae7a4582b5c (diff)
parent13f8d000f01d9c21ab8848592f038863e1ad9824 (diff)
Merge pull request #571 from alpe/flex_doc
Fix example flex driver links in flexvolume document
-rw-r--r--contributors/devel/flexvolume.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/contributors/devel/flexvolume.md b/contributors/devel/flexvolume.md
index 757dcb64..ed5f8c01 100644
--- a/contributors/devel/flexvolume.md
+++ b/contributors/devel/flexvolume.md
@@ -89,7 +89,7 @@ Unmount the volume. This call-out defaults to bind mount for drivers which imple
<driver executable> unmount <mount dir>
```
-See [lvm](lvm) & [nfs](nfs) for a quick example on how to write a simple flexvolume driver.
+See [lvm] & [nfs] for a quick example on how to write a simple flexvolume driver.
### Driver output:
@@ -121,8 +121,13 @@ Note: Secrets are passed only to "mount/unmount" call-outs.
### Example of Flexvolume
-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.
+See [nginx.yaml] & [nginx-nfs.yaml] for a quick example on how to use Flexvolume in a pod.
<!-- BEGIN MUNGE: GENERATED_ANALYTICS -->
[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/examples/volumes/flexvolume/README.md?pixel)]()
<!-- END MUNGE: GENERATED_ANALYTICS -->
+
+[lvm]: https://github.com/kubernetes/kubernetes/blob/master/examples/volumes/flexvolume/lvm
+[nfs]: https://github.com/kubernetes/kubernetes/blob/master/examples/volumes/flexvolume/nfs
+[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