Skip to content

Commit

Permalink
docs(router): broken links on the file-based routing guide
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanCassiere committed Sep 19, 2024
1 parent 5eff361 commit cf86ad3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/framework/react/guide/file-based-routing.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: File-Based Routing
---

Most of the TanStack Router documentation is written for file-based routing and is intended to help you understand in more detail how to configure file-based routing and the technical details behind how it works. While file-based routing is the preferred and recommended way to configure TanStack Router, you can also use [code-based routing](./code-based-routing) if you prefer.
Most of the TanStack Router documentation is written for file-based routing and is intended to help you understand in more detail how to configure file-based routing and the technical details behind how it works. While file-based routing is the preferred and recommended way to configure TanStack Router, you can also use [code-based routing](./code-based-routing.md) if you prefer.

## What is File-Based Routing?

Expand Down Expand Up @@ -134,7 +134,7 @@ Dynamic path params can be used in both flat and directory routes to create rout
| ... | ... | ... |
| ʦ `posts.$postId.tsx` | `/posts/$postId` | `<Root><Posts><Post><Post>` |

We'll learn more about dynamic path params in the [Path Params](./path-params) guide.
We'll learn more about dynamic path params in the [Path Params](./path-params.md) guide.

## Pathless Routes

Expand Down

0 comments on commit cf86ad3

Please sign in to comment.