From e033a24971938e92bae9227010e70b9e0992d588 Mon Sep 17 00:00:00 2001 From: as-op Date: Wed, 13 May 2026 10:16:26 +0200 Subject: [PATCH] fix links --- script/docs/check_links | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/docs/check_links b/script/docs/check_links index 8fd4e0620f5..0b695c84108 100755 --- a/script/docs/check_links +++ b/script/docs/check_links @@ -143,7 +143,7 @@ class DocsChecker { path: "#{@root_path}/docs/api/v3/spec.json", anchors: [], links: [] }, { path: "#{@root_path}/docs/api/v3/spec.yml", anchors: [], links: [] }, { path: "#{@root_path}/docs/installation-and-operations/installation/docker-compose", anchors: [], links: [] }, - { path: "#{@root_path}/docs/installation-and-operations/installation/helm-chart", anchors: ["secret_key_base"], links: [] }, + { path: "#{@root_path}/docs/installation-and-operations/installation/helm-chart", anchors: ['secrets'], links: [] }, { path: "#{@root_path}/docs/development/security", anchors: [], links: [] }, { path: "#{@root_path}/docs/development/translate-openproject/fair-language", anchors: [], links: [] } )