Skip to content

Commit f3c3810

Browse files
authored
Remove hello world RSC example. (#34456)
Let's wait until we have a better place for folks to start that doesn't include my hacky code 😄 For now, we can continue to point to the demos we have previously created, which have the proper guidance and caveats. Replaces #34301.
1 parent 49da8c0 commit f3c3810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced-features/react-18/server-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The `<Home>` and `<Profile>` components will always be server-side rendered and
5959

6060
> Make sure you're using default imports and exports for server components (`.server.js`). The support of named exports are a work in progress!
6161
62-
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).
62+
To see a full example, check out the [vercel/next-react-server-components demo](https://github.com/vercel/next-react-server-components).
6363

6464
## Supported Next.js APIs
6565

0 commit comments

Comments
 (0)