Skip to content

Commit 66a7846

Browse files
committed
Updated hyperlink to raw-block-volume-support
The current hyperlink is broken. Updating it to point to the page marker on the same page.
1 parent 47f3785 commit 66a7846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/storage/persistent-volumes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ Such volume is presented into a Pod as a block device, without any filesystem on
334334
This mode is useful to provide a Pod the fastest possible way to access a volume, without
335335
any filesystem layer between the Pod and the volume. On the other hand, the application
336336
running in the Pod must know how to handle a raw block device.
337-
See [Raw Block Volume Support](docs/concepts/storage/persistent-volumes/#raw-block-volume-support)
337+
See [Raw Block Volume Support](#raw-block-volume-support)
338338
for an example on how to use a volume with `volumeMode: Block` in a Pod.
339339

340340
### Access Modes

0 commit comments

Comments
 (0)