mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-22 03:42:14 +00:00
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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user