From 3976df3d126279b68c9d70fd9840e5a32e9ea588 Mon Sep 17 00:00:00 2001 From: Cheng Xing Date: Fri, 7 May 2021 19:11:56 -0700 Subject: [PATCH] Link PVC volume mode and access mode sections to corresponding sections in PV --- content/en/docs/concepts/storage/persistent-volumes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/concepts/storage/persistent-volumes.md b/content/en/docs/concepts/storage/persistent-volumes.md index 88e468ebfa..f45d17ff54 100644 --- a/content/en/docs/concepts/storage/persistent-volumes.md +++ b/content/en/docs/concepts/storage/persistent-volumes.md @@ -540,11 +540,11 @@ spec: ### Access Modes -Claims use the same conventions as volumes when requesting storage with specific access modes. +Claims use [the same conventions as volumes](#access-modes) when requesting storage with specific access modes. ### Volume Modes -Claims use the same convention as volumes to indicate the consumption of the volume as either a filesystem or block device. +Claims use [the same convention as volumes](#volume-mode) to indicate the consumption of the volume as either a filesystem or block device. ### Resources