Updated hyperlink to raw-block-volume-support

The current hyperlink is broken. Updating it to point to the page marker on the same page.
This commit is contained in:
Nikhil Zadoo
2020-04-18 12:41:48 +02:00
parent 47f3785d69
commit 66a784660c
@@ -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