You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/learn/start-a-new-react-project.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ If you want to build a new app or a new website fully with React, we recommend p
24
24
npx create-next-app@latest
25
25
</TerminalBlock>
26
26
27
-
If you're new to Next.js, check out the [Next.js documentation.](https://nextjs.org/docs)
27
+
If you're new to Next.js, check out the [learn Next.js course.](https://nextjs.org/learn)
28
28
29
29
Next.js is maintained by [Vercel](https://vercel.com/). You can [deploy a Next.js app](https://nextjs.org/docs/app/building-your-application/deploying) to any Node.js or serverless hosting, or to your own server. Next.js also supports a [static export](https://nextjs.org/docs/pages/building-your-application/deploying/static-exports) which doesn't require a server.
0 commit comments