Skip to content

Commit 67d51b6

Browse files
committed
fixed some links
1 parent dea7fae commit 67d51b6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/router/framework/react/routing/file-based-routing.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -113,13 +113,13 @@ To enable file-based routing, you'll need to be using React with a supported bun
113113

114114
[//]: # 'SupportedBundlersList'
115115

116-
- [Installation with Vite](../installation-with-vite.md)
117-
- [Installation with Rspack/Rsbuild](../installation-with-rspack.md)
118-
- [Installation with Webpack](../installation-with-webpack.md)
119-
- [Installation with Esbuild](../installation-with-esbuild.md)
116+
- [Installation with Vite](../../installation/with-vite)
117+
- [Installation with Rspack/Rsbuild](../../installation/with-rspack)
118+
- [Installation with Webpack](../../installation/with-webpack)
119+
- [Installation with Esbuild](../../installation/with-esbuild)
120120

121121
[//]: # 'SupportedBundlersList'
122122

123123
When using TanStack Router's file-based routing through one of the supported bundlers, our plugin will **automatically generate your route configuration through your bundler's dev and build processes**. It is the easiest way to use TanStack Router's route generation features.
124124

125-
If your bundler is not yet supported, you can reach out to us on Discord or GitHub to let us know. Till then, fear not! You can still use the [`@tanstack/router-cli`](../installation-with-router-cli.md) package to generate your route tree file.
125+
If your bundler is not yet supported, you can reach out to us on Discord or GitHub to let us know.

0 commit comments

Comments
 (0)