diff --git a/src/replacement-urls.ts b/src/replacement-urls.ts index dfb0d90..986f68a 100644 --- a/src/replacement-urls.ts +++ b/src/replacement-urls.ts @@ -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`; } /**