From cf86ad3f077aa25ba8667c5777bcd26b240dbdb3 Mon Sep 17 00:00:00 2001 From: SeanCassiere <33615041+SeanCassiere@users.noreply.github.com> Date: Fri, 20 Sep 2024 07:03:16 +1200 Subject: [PATCH] docs(router): broken links on the file-based routing guide --- docs/framework/react/guide/file-based-routing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/framework/react/guide/file-based-routing.md b/docs/framework/react/guide/file-based-routing.md index 52a851827..02acb404b 100644 --- a/docs/framework/react/guide/file-based-routing.md +++ b/docs/framework/react/guide/file-based-routing.md @@ -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? @@ -134,7 +134,7 @@ Dynamic path params can be used in both flat and directory routes to create rout | ... | ... | ... | | ĘŚ `posts.$postId.tsx` | `/posts/$postId` | `` | -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