Skip to content

Commit 3ec88e7

Browse files
authored
[eslint-plugin-react-hooks] update doc url for rules of hooks (#33118)
1 parent 0ca8420 commit 3ec88e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eslint-plugin-react-hooks/src/rules/RulesOfHooks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ const rule = {
128128
docs: {
129129
description: 'enforces the Rules of Hooks',
130130
recommended: true,
131-
url: 'https://reactjs.org/docs/hooks-rules.html',
131+
url: 'https://react.dev/reference/rules/rules-of-hooks',
132132
},
133133
},
134134
create(context: Rule.RuleContext) {

0 commit comments

Comments
 (0)