Skip to content

Commit af54fc8

Browse files
authored
Link to the new Next.js tutorial instead (#6468)
1 parent ae4be84 commit af54fc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/content/learn/start-a-new-react-project.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ If you want to build a new app or a new website fully with React, we recommend p
2424
npx create-next-app@latest
2525
</TerminalBlock>
2626

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)
2828

2929
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.
3030

0 commit comments

Comments
 (0)