Skip to content

Commit

Permalink
docs(react): add missing .md extension to link paths in route-trees.md (
Browse files Browse the repository at this point in the history
  • Loading branch information
leeluca committed Sep 3, 2024
1 parent ae8c33a commit 8240405
Showing 1 changed file with 4 additions and 4 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](./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)
- [Flat Routes](./file-based-routing.md#flat-routes)
- [Directories](./file-based-routing.md#directory-routes)
- [Mixed Flat Routes and Directories](./file-based-routing.md#mixed-flat-and-directory-routes)
- [Code-Based Routes](./code-based-routing.md)

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.

0 comments on commit 8240405

Please sign in to comment.