Skip to content

Commit d67998a

Browse files
authored
Merge pull request #20422 from nikhil-zadoo/patch-1
Updated hyperlink to raw-block-volume-support
2 parents 3d4026e + 66a7846 commit d67998a

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)