From 172a03ffee62de3e45d2a6bf6ae99959339e2765 Mon Sep 17 00:00:00 2001 From: Mo King Date: Mon, 20 Oct 2025 10:58:33 -0400 Subject: [PATCH] Fix link reference for storage in Pods overview --- pods/overview.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pods/overview.mdx b/pods/overview.mdx index d4ea4054..fc5f80fe 100644 --- a/pods/overview.mdx +++ b/pods/overview.mdx @@ -15,7 +15,7 @@ Each Pod consists of these core components: - **Container environment**: An Ubuntu Linux-based container that can run almost any compatible software. - **Unique identifier**: Each Pod receives a dynamic ID (e.g., `2s56cp0pof1rmt`) for management and access. -- [Storage](#storage-options): +- [Storage](#storage): - **Container volume**: Houses the operating system and temporary storage. - **Disk volume**: Persistent storage that is preserved between Pod starts and stops. - **Network volume (optional)**: Permanent, portable storage that can be moved between machines and persists even after Pod deletion.