Skip to content

Commit

Permalink
Fix URL
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky authored May 5, 2024
1 parent a5054ce commit b38389c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/rule-meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @return {string}
*/
export function getDocsUrl(name: string): string {
return `https://github.com/es-tooling/module-replacements/blob/main/docs/modules/${name}.md`;
return `https://github.com/es-tooling/eslint-plugin-depend/blob/main/docs/rules/${name}.md`;
}

/**
Expand Down

0 comments on commit b38389c

Please sign in to comment.