diff --git a/packages/eslint-plugin/docs/rules/no-parameter-properties.md b/packages/eslint-plugin/docs/rules/no-parameter-properties.md index 18b9829a5eee..2468cc5838ac 100644 --- a/packages/eslint-plugin/docs/rules/no-parameter-properties.md +++ b/packages/eslint-plugin/docs/rules/no-parameter-properties.md @@ -8,7 +8,7 @@ description: 'Disallow the use of parameter properties in class constructors.' :::danger Deprecated -This rule has been deprecated in favour of the equivalent, better named [`parameter-properties`](./parameter-properties) rule. +This rule has been deprecated in favour of the equivalent, better named [`parameter-properties`](./parameter-properties.md) rule. ::: Parameter properties can be confusing to those new to TypeScript as they are less explicit than other ways