Skip to content

Commit

Permalink
Fix Next JS link (#6467)
Browse files Browse the repository at this point in the history
  • Loading branch information
budmc29 authored Dec 6, 2023
1 parent b9bf666 commit ae4be84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/learn/start-a-new-react-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ If you want to build a new app or a new website fully with React, we recommend p
npx create-next-app@latest
</TerminalBlock>

If you're new to Next.js, check out the [Next.js tutorial.](https://nextjs.org/learn/foundations/about-nextjs)
If you're new to Next.js, check out the [Next.js documentation.](https://nextjs.org/docs)

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.

Expand Down

0 comments on commit ae4be84

Please sign in to comment.