diff --git a/docs/usage/configuration-options.md b/docs/usage/configuration-options.md
index 012cc0538de612b9a552da5262feb9aac7beff83..27ddead4c4d407f253b053e51f6cd18bf1d36f94 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