Skip to content

Commit 6cb7fea

Browse files
authored
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.
1 parent 7571898 commit 6cb7fea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/reference/react/apis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: "Built-in React APIs"
44

55
<Intro>
66

7-
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.
7+
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.
88

99
</Intro>
1010

0 commit comments

Comments
 (0)