From 9f37c79158e63b805f0163ec6c2b371df5d7d25c Mon Sep 17 00:00:00 2001 From: Shu Ding Date: Thu, 17 Feb 2022 17:45:37 +0100 Subject: [PATCH] fix 404 links --- docs/advanced-features/react-18/overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/advanced-features/react-18/overview.md b/docs/advanced-features/react-18/overview.md index 2df4aa92b3b0..735431c54d17 100644 --- a/docs/advanced-features/react-18/overview.md +++ b/docs/advanced-features/react-18/overview.md @@ -19,10 +19,10 @@ You can now start using React 18's new APIs like `startTransition` and `Suspense Streaming server-rendering (SSR) is an experimental feature in Next.js 12. When enabled, SSR will use the same [Edge Runtime](/docs/api-reference/edge-runtime.md) as [Middleware](/docs/middleware.md). -[Learn how to enable streaming in Next.js.](/docs/react-18/streaming.md) +[Learn how to enable streaming in Next.js.](/docs/advanced-features/react-18/streaming.md) ## React Server Components (Alpha) Server Components are a new feature in React that let you reduce your JavaScript bundle size by separating server and client-side code. Server Components allow developers to build apps that span the server and client, combining the rich interactivity of client-side apps with the improved performance of traditional server rendering. -Server Components are still in research and development. [Learn how to try Server Components](/docs/react-18/server-components.md) as an experimental feature in Next.js. +Server Components are still in research and development. [Learn how to try Server Components](/docs/advanced-features/react-18/server-components.md) as an experimental feature in Next.js.