Skip to content

Commit 93a03f1

Browse files
authored
docs: Fix broken link to next.js Suspense docs (#7318)
1 parent 3558095 commit 93a03f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/reference/react/Suspense.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ async function getAlbums() {
207207

208208
**Only Suspense-enabled data sources will activate the Suspense component.** They include:
209209

210-
- 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)
210+
- 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/building-your-application/routing/loading-ui-and-streaming#streaming-with-suspense)
211211
- Lazy-loading component code with [`lazy`](/reference/react/lazy)
212212
- Reading the value of a cached Promise with [`use`](/reference/react/use)
213213

0 commit comments

Comments
 (0)