Skip to content

Commit d526af0

Browse files
committed
fix links
1 parent 67d51b6 commit d526af0

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

docs/router/config.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,14 @@
109109
{
110110
"label": "Manual Setup",
111111
"to": "framework/solid/installation/manual"
112+
},
113+
{
114+
"label": "Installation with Vite",
115+
"to": "framework/solid/routing/installation-with-vite"
116+
},
117+
{
118+
"label": "Installation with the Router CLI",
119+
"to": "framework/solid/routing/installation/with-router-cli"
112120
}
113121
]
114122
}
@@ -178,14 +186,6 @@
178186
"label": "Code-Based Routing",
179187
"to": "framework/solid/routing/code-based-routing"
180188
},
181-
{
182-
"label": "Installation with Vite",
183-
"to": "framework/solid/routing/installation-with-vite"
184-
},
185-
{
186-
"label": "Installation with the Router CLI",
187-
"to": "framework/solid/routing/installation-with-router-cli"
188-
},
189189
{
190190
"label": "File Naming Conventions",
191191
"to": "framework/solid/routing/file-naming-conventions"

docs/router/framework/react/installation/manual.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export default defineConfig({
4747
```
4848

4949
> [!TIP]
50-
> If you are not using Vite, or any of the supported bundlers, you can check out the [TanStack Router CLI](../routing/installation-with-router-cli.md) guide for more info.
50+
> If you are not using Vite, or any of the supported bundlers, you can check out the [TanStack Router CLI](../with-router-cli) guide for more info.
5151
5252
Create the following files:
5353

docs/router/framework/solid/routing/installation-with-router-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
ref: docs/router/framework/react/routing/installation-with-router-cli.md
2+
ref: docs/router/framework/react/routing/installation/with-router-cli.md
33
---
44

55
[//]: # 'AfterScripts'

docs/router/framework/solid/routing/installation-with-vite.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
ref: docs/router/framework/react/routing/installation-with-vite.md
2+
ref: docs/router/framework/react/routing/installation/with-vite.md
33
---
44

55
[//]: # 'BundlerConfiguration'

packages/router-cli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
# TanStack Router CLI
44

5-
See https://tanstack.com/router/latest/docs/framework/react/routing/installation-with-router-cli
5+
See https://tanstack.com/router/latest/docs/framework/react/routing/installation/with-router-cli

packages/router-plugin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ See https://tanstack.com/router/latest/docs/framework/react/routing/file-based-r
1010
npm install -D @tanstack/router-plugin
1111
```
1212

13-
See https://tanstack.com/router/latest/docs/framework/react/routing/installation-with-router-cli for usage instructions.
13+
See https://tanstack.com/router/latest/docs/framework/react/routing/installation/with-router-cli for usage instructions.

0 commit comments

Comments
 (0)