diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0894003e3c..6985277846 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -130,6 +130,7 @@ The following is the list of supported scopes: - **schematics** - **store** - **store-devtools** +- **eslint-plugin** ### Subject diff --git a/modules/eslint-plugin/src/utils/helper-functions/docs.ts b/modules/eslint-plugin/src/utils/helper-functions/docs.ts index cdeb3ec0d6..ef86402ae7 100644 --- a/modules/eslint-plugin/src/utils/helper-functions/docs.ts +++ b/modules/eslint-plugin/src/utils/helper-functions/docs.ts @@ -1,2 +1,2 @@ export const docsUrl = (ruleName: string) => - `https://ngrx.io/guide/eslint-plugin/rules/${ruleName}.md`; + `https://ngrx.io/guide/eslint-plugin/rules/${ruleName}`;