From bdc5791cbc04fd623269b46cd1d2f323e7b4d41d Mon Sep 17 00:00:00 2001 From: lucasrmendonca Date: Mon, 9 Sep 2024 13:30:00 -0300 Subject: [PATCH] [Docs] `no-danger`: update broken link Before, the URL was broken and pointed to a 404 Not Found page. Now, the URL has been corrected --- CHANGELOG.md | 2 ++ docs/rules/no-danger.md | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12c9e1f850..5a7e1d1553 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,8 +15,10 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange ### Changed * [Tests] add @typescript-eslint/parser v6 ([#3629][] @HenryBrown0) * [Tests] add @typescript-eslint/parser v7 and v8 ([#3629][] @hampustagerud) +* [Docs] [`no-danger`]: update broken link ([#3817][] @lucasrmendonca) [#3629]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3629 +[#3817]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3817 [#3807]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3807 ## [7.35.2] - 2024.09.03 diff --git a/docs/rules/no-danger.md b/docs/rules/no-danger.md index 6ffe8b9a93..8858f13875 100644 --- a/docs/rules/no-danger.md +++ b/docs/rules/no-danger.md @@ -2,9 +2,9 @@ -Dangerous properties in React are those whose behavior is known to be a common source of application vulnerabilities. The properties names clearly indicate they are dangerous and should be avoided unless great care is taken. +Dangerous properties in React are those whose behavior is known to be a common source of application vulnerabilities. The properties' names clearly indicate they are dangerous and should be avoided unless great care is taken. -See +See ## Rule Details