Skip to content

Commit 028c8f6

Browse files
committed
eslint-plugin-tsdoc: set docs url to eslint-plugin/README.md
1 parent 54ac7e2 commit 028c8f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint-plugin/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const plugin: IPlugin = {
3939
category: "Stylistic Issues",
4040
// This package is experimental
4141
recommended: false,
42-
url: "https://github.com/microsoft/tsdoc"
42+
url: "https://github.com/microsoft/tsdoc/blob/master/eslint-plugin/README.md"
4343
}
4444
},
4545
create: (context: eslint.Rule.RuleContext) => {

0 commit comments

Comments
 (0)