Skip to content

Commit 3918e08

Browse files
authored
docs: [no-parameter-properties] fix broken link (#5611)
1 parent 7fd2f89 commit 3918e08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eslint-plugin/docs/rules/no-parameter-properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: 'Disallow the use of parameter properties in class constructors.'
88
99
:::danger Deprecated
1010

11-
This rule has been deprecated in favour of the equivalent, better named [`parameter-properties`](./parameter-properties) rule.
11+
This rule has been deprecated in favour of the equivalent, better named [`parameter-properties`](./parameter-properties.md) rule.
1212
:::
1313

1414
Parameter properties can be confusing to those new to TypeScript as they are less explicit than other ways

0 commit comments

Comments
 (0)