Skip to content

Commit

Permalink
fix(eslint-plugin): Remove the md suffix from the docsUrl path (#3518)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanoslig authored Aug 8, 2022
1 parent faf446f commit 71d4d4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ The following is the list of supported scopes:
- **schematics**
- **store**
- **store-devtools**
- **eslint-plugin**

### Subject

Expand Down
2 changes: 1 addition & 1 deletion modules/eslint-plugin/src/utils/helper-functions/docs.ts
Original file line number Diff line number Diff line change
@@ -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}`;

0 comments on commit 71d4d4b

Please sign in to comment.