diff options
Diffstat (limited to 'doc/install/kubernetes/preparation/eks.md')
-rw-r--r-- | doc/install/kubernetes/preparation/eks.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/kubernetes/preparation/eks.md b/doc/install/kubernetes/preparation/eks.md index 6da5dbae1a5..2eb177e6fec 100644 --- a/doc/install/kubernetes/preparation/eks.md +++ b/doc/install/kubernetes/preparation/eks.md @@ -12,7 +12,7 @@ There are two methods to manage volume claims on Kubernetes: Manually creating the volumes allows you to control the zone of each volume, as well as all other details supported by the underlying storage. -Follow our documentation on [manually creating persistent volumes](../advanced/storage.md#manually-creating-static-volumes). +Follow our documentation on [manually creating persistent volumes](https://gitlab.com/charts/gitlab/blob/master/doc/installation/storage.md#manually-creating-static-volumes). ### Dynamic provisioning of volumes |