From 66a784660c05b93109c98a9a0fcb6bc00283a24e Mon Sep 17 00:00:00 2001 From: Nikhil Zadoo Date: Sat, 18 Apr 2020 12:41:48 +0200 Subject: [PATCH] Updated hyperlink to raw-block-volume-support The current hyperlink is broken. Updating it to point to the page marker on the same page. --- content/en/docs/concepts/storage/persistent-volumes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/storage/persistent-volumes.md b/content/en/docs/concepts/storage/persistent-volumes.md index 3d444584ee..4b22929177 100644 --- a/content/en/docs/concepts/storage/persistent-volumes.md +++ b/content/en/docs/concepts/storage/persistent-volumes.md @@ -334,7 +334,7 @@ Such volume is presented into a Pod as a block device, without any filesystem on This mode is useful to provide a Pod the fastest possible way to access a volume, without any filesystem layer between the Pod and the volume. On the other hand, the application running in the Pod must know how to handle a raw block device. -See [Raw Block Volume Support](docs/concepts/storage/persistent-volumes/#raw-block-volume-support) +See [Raw Block Volume Support](#raw-block-volume-support) for an example on how to use a volume with `volumeMode: Block` in a Pod. ### Access Modes