From ba54235d374c49c40639d999733455cb987a8d67 Mon Sep 17 00:00:00 2001 From: SilverFox Date: Sat, 12 May 2018 07:27:27 +0800 Subject: [PATCH] Fix broken link to local storage class (#8505) --- content/en/docs/concepts/storage/volumes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/storage/volumes.md b/content/en/docs/concepts/storage/volumes.md index 3b8476ef24..46330f8eeb 100644 --- a/content/en/docs/concepts/storage/volumes.md +++ b/content/en/docs/concepts/storage/volumes.md @@ -563,7 +563,7 @@ value "Filesystem") to expose the local volume as a raw block device. The When using local volumes, it is recommended to create a StorageClass with `volumeBindingMode` set to `WaitForFirstConsumer`. See the -[example](storage-classes.md#local). Delaying volume binding ensures +[example](/docs/concepts/storage/storage-classes/#local). Delaying volume binding ensures that the PersistentVolumeClaim binding decision will also be evaluated with any other node constraints the Pod may have, such as node resource requirements, node selectors, Pod affinity, and Pod anti-affinity.