From 5ba2fab22086b9ca98686717653c662f25a5cf43 Mon Sep 17 00:00:00 2001 From: Joshua Chen Date: Tue, 6 Sep 2022 22:14:18 -0400 Subject: [PATCH] docs: [no-parameter-properties] fix broken link --- packages/eslint-plugin/docs/rules/no-parameter-properties.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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