From 0a8c91115cdc77056810a57751c8068c3233867e Mon Sep 17 00:00:00 2001 From: kita456 Date: Thu, 20 Nov 2025 22:26:07 +0900 Subject: [PATCH] [ja] Update content/ja/docs/reference/glossary/volume.md --- content/ja/docs/reference/glossary/volume.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/ja/docs/reference/glossary/volume.md b/content/ja/docs/reference/glossary/volume.md index b7021ad4e4791..1ee4444002abe 100644 --- a/content/ja/docs/reference/glossary/volume.md +++ b/content/ja/docs/reference/glossary/volume.md @@ -8,7 +8,6 @@ short_description: > aka: tags: -- core-object - fundamental --- データを格納するディレクトリで、{{< glossary_tooltip text="Pod" term_id="pod" >}}内の{{< glossary_tooltip text="コンテナ" term_id="container" >}}からアクセス可能です。 @@ -17,4 +16,4 @@ tags: Kubernetesボリュームはボリュームを含んだPodが存在する限り有効です。そのため、ボリュームはPod内で実行されるどのコンテナよりも長く存在し、コンテナが再起動してもボリューム内のデータは維持されます。 -詳しくは[ストレージ](/ja/docs/concepts/storage/)をご覧ください。 +詳しくは[ストレージ](/docs/concepts/storage/)をご覧ください。