Skip to content

Commit

Permalink
docs(router): fix broken links in route-trees.md and routing-concepts…
Browse files Browse the repository at this point in the history
….md (#2249)
  • Loading branch information
leeluca committed Sep 2, 2024
1 parent f32b01d commit 12fd811
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/framework/react/guide/route-trees.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ The above is a valid route tree configuration that can be used with TanStack Rou

Route trees can be configured using a few different ways:

- [Flat Routes](./route-trees.md#flat-routes)
- [Directories](./route-trees.md#directory-routes)
- [Mixed Flat Routes and Directories](./route-trees.md#mixed-flat-and-directory-routes)
- [Code-Based Routes](./route-trees.md#code-based-routes)
- [Flat Routes](./file-based-routing#flat-routes)
- [Directories](./file-based-routing#directory-routes)
- [Mixed Flat Routes and Directories](./file-based-routing#mixed-flat-and-directory-routes)
- [Code-Based Routes](./code-based-routing)

For a birds-eye view, the route tree examples below showcase the [Routing Concepts](./routing-concepts.md) that are available in TanStack Router, but please be sure to check out the full documentation links above for each type of route tree, or just proceed to the next section to get started with file-based routing.
2 changes: 1 addition & 1 deletion docs/framework/react/guide/routing-concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ TanStack Router supports a number of powerful routing concepts that allow you to
- [Static Routes](./routing-concepts.md#static-routes)
- [Index Routes](./routing-concepts.md#index-routes)
- [Dynamic Route Segments](./routing-concepts.md#dynamic-route-segments)
- [Splat / Catch-All Routes](./routing-concept.md#splat--catch-all-routes)
- [Splat / Catch-All Routes](./routing-concepts.md#splat--catch-all-routes)
- [Pathless Routes](./routing-concepts.md#pathless--layout-routes)
- [Non-Nested Routes](./routing-concepts.md#non-nested-routes)
- [Not-Found Routes](./routing-concepts.md#404--notfoundroutes)
Expand Down

0 comments on commit 12fd811

Please sign in to comment.