From 191e96f316dd1fdb9c1aa61241c8f4844f694a04 Mon Sep 17 00:00:00 2001
From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Date: Thu, 24 Aug 2023 13:44:04 +0200
Subject: [PATCH] docs(config options): fix link (#24040)

---
 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 43b4ab6009..29008604de 100644
--- a/docs/usage/configuration-options.md
+++ b/docs/usage/configuration-options.md
@@ -3022,7 +3022,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/).
+For more details and examples, see our [documentation for the `regex` manager](/modules/manager/regex/index.md).
 For template fields, use the triple brace `{{{ }}}` notation to avoid Handlebars escaping any special characters.
 
 <!-- prettier-ignore -->
-- 
GitLab