From 058033eaa38dbc3c8731913b60198074966da430 Mon Sep 17 00:00:00 2001 From: shubham82 Date: Wed, 26 Jul 2023 11:56:04 +0530 Subject: [PATCH] Correct the hyperlink --- content/en/docs/concepts/storage/volume-snapshot-classes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/storage/volume-snapshot-classes.md b/content/en/docs/concepts/storage/volume-snapshot-classes.md index 41c7d8b56ae58..48d48b81f46f7 100644 --- a/content/en/docs/concepts/storage/volume-snapshot-classes.md +++ b/content/en/docs/concepts/storage/volume-snapshot-classes.md @@ -74,7 +74,7 @@ used for provisioning VolumeSnapshots. This field must be specified. ### DeletionPolicy -Volume snapshot classes have a [deletionPolicy](/docs/concepts/storage/volume-snapshots/ #delete). +Volume snapshot classes have a [deletionPolicy](/docs/concepts/storage/volume-snapshots/#delete). It enables you to configure what happens to a VolumeSnapshotContent when the VolumeSnapshot object it is bound to is to be deleted. The deletionPolicy of a volume snapshot class can either be `Retain` or `Delete`. This field must be specified.