From 780ac8cfa2cd24f919f0477dcd0fe5dfd66e596e Mon Sep 17 00:00:00 2001 From: Michael Kriese <michael.kriese@visualon.de> Date: Thu, 19 Mar 2020 08:07:54 +0100 Subject: [PATCH] docs(config): fix link (#5744) --- 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 012cc0538d..27ddead4c4 100644 --- a/docs/usage/configuration-options.md +++ b/docs/usage/configuration-options.md @@ -1185,7 +1185,7 @@ Users can define custom managers for cases such as: The custom manager concept is based on using Regular Expression named capture groups. For the fields `datasource`, `depName` and `currentValue`, it's mandatory to have either a named capture group matching them (e.g. `(?<depName>.*)`) or to configure it's corresponding template (e.g. `depNameTemplate`). It's not recommended to do both, due to the potential for confusion. It is recommended to also include `versioning` however if it is missing then it will default to `semver`. -For more details and examples, see the documentation page the for the regex manager [here](/modules/managers/regex/). +For more details and examples, see the documentation page the for the regex manager [here](/modules/manager/regex/). ### matchStrings -- GitLab