From 54e76a6569f7d875ddbed788dcd4dc854cbfe7da Mon Sep 17 00:00:00 2001 From: Lee Robinson Date: Wed, 16 Feb 2022 20:01:00 -0600 Subject: [PATCH] Update server-components.md --- docs/advanced-features/react-18/server-components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced-features/react-18/server-components.md b/docs/advanced-features/react-18/server-components.md index 940c0c4755fb3..dea51f2014fd2 100644 --- a/docs/advanced-features/react-18/server-components.md +++ b/docs/advanced-features/react-18/server-components.md @@ -59,7 +59,7 @@ The `` and `` components will always be server-side rendered and > Make sure you're using default imports and exports for server components (`.server.js`). The support of named exports are a work in progress! -To see a full example, check out the [hello world example](https://github.com/vercel/next.js/tree/canary/examples/react-server-components) or the larger [vercel/next-rsc-demo demo](https://github.com/vercel/next-rsc-demo). +To see a full example, check out the [vercel/next-react-server-components demo](https://github.com/vercel/next-react-server-components). ## Supported Next.js APIs