Skip to content

Commit 5f879c2

Browse files
committed
🔄 Synced local '.' with remote 'apps/examples/nextjs'
1 parent 87bdb73 commit 5f879c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/client-example.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export default function ClientExample() {
5656
</p>
5757
<p>
5858
It needs the{" "}
59-
<CustomLink href="https://react.devreference/nextjs/react/use-client">
59+
<CustomLink href="https://react.dev/reference/rsc/use-client">
6060
<code>'use client'</code>
6161
</CustomLink>{" "}
6262
directive at the top of the file to enable client side rendering, and

0 commit comments

Comments
 (0)