From d5c8ac9febce1007c53bd712a54f0a6fb7187a0e Mon Sep 17 00:00:00 2001 From: Samy OUBOUAZIZ Date: Fri, 14 Nov 2025 13:15:18 +0100 Subject: [PATCH] fix(gen): fix 404s --- pages/block-storage/concepts.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/block-storage/concepts.mdx b/pages/block-storage/concepts.mdx index 391446a984..ed24e47c4e 100644 --- a/pages/block-storage/concepts.mdx +++ b/pages/block-storage/concepts.mdx @@ -55,4 +55,4 @@ A Storage Area Network (SAN) consists of interconnected machines, network infras ## Volumes -A volume is a storage space used by your Instances. Several volumes can be [attached to an Instance](/block-storage/how-to/attach-a-volume/). In addition, they can be [snapshotted](/block-storage/how-to/create-a-snapshot/), [mounted](/block-storage/api-cli/managing-a-volume/#mounting-and-using-a-block-storage-volume) or [unmounted](/block-storage/api-cli/unmounting-a-volume/). \ No newline at end of file +A volume is a storage space used by your Instances. Several volumes can be [attached to an Instance](/block-storage/how-to/attach-a-volume/). In addition, they can be [snapshotted](/block-storage/how-to/create-a-snapshot/), [mounted](/block-storage/how-to/mount-a-volume/) or [unmounted](/block-storage/api-cli/unmounting-a-volume/). \ No newline at end of file