From 3afecd42a5db8f425c70b223406799a1c038a9af Mon Sep 17 00:00:00 2001 From: Sarah German Date: Fri, 9 Feb 2024 00:00:42 +0000 Subject: [PATCH] Fix broken link --- doc/charts/registry/metadata_database.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/charts/registry/metadata_database.md b/doc/charts/registry/metadata_database.md index 3dacdec6e1..b3778250ec 100644 --- a/doc/charts/registry/metadata_database.md +++ b/doc/charts/registry/metadata_database.md @@ -175,7 +175,7 @@ When doing a one-step migration, be aware that: - The registry must remain in `read-only` mode during the migration. - If the Pod where the migration is being executed is terminated, you have to completely restart the process. The work to improve this process is tracked in - [issue 5293]((https://gitlab.com/gitlab-org/charts/gitlab/-/issues/5293)). + [issue 5293](https://gitlab.com/gitlab-org/charts/gitlab/-/issues/5293). 1. [Create the database and Kubernetes secret](#create-the-database). 1. Get the current Helm values for your release and save them into a file. -- GitLab