Skip to content

Commit 4303a8a

Browse files
authored
Correct NextJS link URL (#5488)
* correct nextjs link url * add link for quick-start
1 parent 065ad28 commit 4303a8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/start/framework/react/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ title: Getting Started
77

88
- [Start a new project from scratch](#start-a-new-project-from-scratch) to quickly learn how Start works (see below)
99
- Refer to a migration guide for your specific framework:
10-
- [Next.js](../guide/migrate-from-next-js)
10+
- [Next.js](../migrate-from-next-js)
1111
- Remix 2 / React Router 7 "Framework Mode" (coming soon!)
1212

1313
## Start a new project from scratch
1414

1515
Choose one of the following options to start building a _new_ TanStack Start project:
1616

17-
- [TanStack Start CLI] - Just run `npm create @tanstack/start@latest`. Local, fast, and optionally customizable
17+
- [TanStack Start CLI](../quick-start) - Just run `npm create @tanstack/start@latest`. Local, fast, and optionally customizable
1818
- [TanStack Builder](#) (coming soon!) - A visual interface to configure new TanStack projects with a few clicks
1919
- [Quick Start Examples](../quick-start) Download or clone one of our official examples
2020
- [Build a project from scratch](../build-from-scratch) - A guide to building a TanStack Start project line-by-line, file-by-file.

0 commit comments

Comments
 (0)