@samitouri / QOS-React-2 / commits / 3ec88e797f

[eslint-plugin-react-hooks] update doc url for rules of hooks (#33118)

Stephen Zhou committed May 5, 2025 at 23:37 UTC 3ec88e797f7352c87cb79292b02fdfc53050133f
1 file changed +1 -1
packages/eslint-plugin-react-hooks/src/rules/RulesOfHooks.ts
+1 -1
@@ -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',
131 + url: 'https://react.dev/reference/rules/rules-of-hooks',
132 },
133 },
134 create(context: Rule.RuleContext) {