Skip to content

Commit 126d8c9

Browse files
Update nextjs link with the latest URL (#7389)
* Update nextjs link with the latest URL The previous link redirected users to a 404 page. * Update src/content/reference/react/useDeferredValue.md --------- Co-authored-by: Ricky <[email protected]>
1 parent 0593d01 commit 126d8c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/reference/react/useDeferredValue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ During updates, the <CodeStep step={2}>deferred value</CodeStep> will "lag behin
8888

8989
This example assumes you use a Suspense-enabled data source:
9090

91-
- Data fetching with Suspense-enabled frameworks like [Relay](https://relay.dev/docs/guided-tour/rendering/loading-states/) and [Next.js](https://nextjs.org/docs/getting-started/react-essentials)
91+
- Data fetching with Suspense-enabled frameworks like [Relay](https://relay.dev/docs/guided-tour/rendering/loading-states/) and [Next.js](https://nextjs.org/docs/app/getting-started/fetching-data#with-suspense)
9292
- Lazy-loading component code with [`lazy`](/reference/react/lazy)
9393
- Reading the value of a Promise with [`use`](/reference/react/use)
9494

0 commit comments

Comments
 (0)