We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce9ae3c commit cf73812Copy full SHA for cf73812
1 file changed
packages/eslint-plugin-react-hooks/src/rules/RulesOfHooks.ts
@@ -128,7 +128,7 @@ const rule = {
128
docs: {
129
description: 'enforces the Rules of Hooks',
130
recommended: true,
131
- url: 'https://reactjs.org/docs/hooks-rules.html',
+ url: 'https://react.dev/reference/rules/rules-of-hooks',
132
},
133
134
create(context: Rule.RuleContext) {
0 commit comments