Skip to content

Commit 64efb07

Browse files
Update broken link in no-danger.md
Before, the URL was broken and pointed to a 404 Not Found page. Now, the URL has been corrected
1 parent 6150d40 commit 64efb07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/rules/no-danger.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
<!-- end auto-generated rule header -->
44

5-
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.
5+
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.
66

7-
See <https://facebook.github.io/react/tips/dangerously-set-inner-html.html>
7+
See <https://react.dev/reference/react-dom/components/common#dangerously-setting-the-inner-html>
88

99
## Rule Details
1010

0 commit comments

Comments
 (0)