Skip to content

Commit

Permalink
docs: correct custom managers edit url (#29741)
Browse files Browse the repository at this point in the history
  • Loading branch information
phil9909 committed Jun 18, 2024
1 parent a90c745 commit 25aed75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/docs/presets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ function getEditUrl(name: string): string {
'https://github.com/renovatebot/renovate/edit/main/lib/config/presets/internal/';

switch (name) {
case 'regexManagers':
return `${url}regex-managers.ts`;
case 'customManagers':
return `${url}custom-managers.ts`;
case 'mergeConfidence':
return `${url}merge-confidence.ts`;
default:
Expand Down

0 comments on commit 25aed75

Please sign in to comment.