From a5fda1021c2a77733f9e6b8b0c42f88da2200e9f Mon Sep 17 00:00:00 2001
From: Sven Schliesing <muffl0n@raffts.net>
Date: Fri, 8 Sep 2023 11:33:22 +0200
Subject: [PATCH] docs: Fix broken link in configuration-options.md (#24143)

Co-authored-by: Rhys Arkins <rhys@arkins.net>
---
 docs/usage/configuration-options.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/usage/configuration-options.md b/docs/usage/configuration-options.md
index 695b889a16..754a53e2b9 100644
--- a/docs/usage/configuration-options.md
+++ b/docs/usage/configuration-options.md
@@ -3041,7 +3041,7 @@ We recommend you use only one of these methods, or you'll get confused.
 We recommend that you also tell Renovate what `versioning` to use.
 If the `versioning` field is missing, then Renovate defaults to using `semver` versioning.
 
-For more details and examples, see our [documentation for the `regex` manager](/modules/manager/regex/index.md).
+For more details and examples, see our [documentation for the `regex` manager](/modules/manager/regex/).
 For template fields, use the triple brace `{{{ }}}` notation to avoid Handlebars escaping any special characters.
 
 <!-- prettier-ignore -->
-- 
GitLab