Skip to content

Commit

Permalink
fix: correct replacement doc URLs (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayllyz authored Aug 10, 2024
1 parent 92fc396 commit 80a161a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/replacement-urls.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/eslint-plugin-depend/blob/main/docs/rules/${name}.md`;
return `https://github.com/es-tooling/module-replacements/blob/main/docs/modules/${name}.md`;
}

/**
Expand Down

0 comments on commit 80a161a

Please sign in to comment.