Update hooks link to /reference/react/hooks in /reference/react/apisapis.md (#7990)

Because components link to /reference/react/components, I think hooks should link to /reference/react/hooks.
This commit is contained in:
WuMingDao
2025-10-17 04:59:27 +08:00
committed by GitHub
parent 7571898c0a
commit 6cb7fea250

View File

@@ -4,7 +4,7 @@ title: "Built-in React APIs"
<Intro>
In addition to [Hooks](/reference/react) and [Components](/reference/react/components), the `react` package exports a few other APIs that are useful for defining components. This page lists all the remaining modern React APIs.
In addition to [Hooks](/reference/react/hooks) and [Components](/reference/react/components), the `react` package exports a few other APIs that are useful for defining components. This page lists all the remaining modern React APIs.
</Intro>