Skip to content

Commit 7ab6f56

Browse files
committed
docs(router): update link to create-tsrouter-app options
1 parent a3c8bfe commit 7ab6f56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/router/framework/react/quick-start.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ File based route generation (through Vite, and other supported bundlers) is the
1414
npx create-tsrouter-app@latest my-app --template file-router
1515
```
1616

17-
See [create-tsrouter-app](https://github.com/TanStack/create-tsrouter-app) for more options.
17+
See [create-tsrouter-app](https://github.com/TanStack/create-tsrouter-app/tree/main/cli/create-tsrouter-app) for more options.
1818

1919
### Manual Setup
2020

docs/router/framework/solid/quick-start.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ File based route generation (through Vite, and other supported bundlers) is the
1414
npx create-tsrouter-app@latest my-app --framework solid --template file-router
1515
```
1616

17-
See [create-tsrouter-app](https://github.com/TanStack/create-tsrouter-app) for more options.
17+
See [create-tsrouter-app](https://github.com/TanStack/create-tsrouter-app/tree/main/cli/create-tsrouter-app) for more options.
1818

1919
### Manual Setup
2020

0 commit comments

Comments
 (0)