Skip to content

Commit 9fb55b8

Browse files
authored
docs: Update tsr.config.json options link (#4638)
The link at for tsr.config.json found [in this section](https://tanstack.com/router/latest/docs/framework/react/migrate-from-react-location#differences-between-react-location-and-tanstack-router) points to [this page about file routing styles in the docs](https://tanstack.com/router/latest/docs/framework/react/routing/file-based-routing#options) That doesn't seem right, when the `tsr.config.json` options are [found here](https://tanstack.com/router/latest/docs/api/file-based-routing) I've followed the docs in the `tanstack.com` page and checked this link works as expected 😌
1 parent 3e4b024 commit 9fb55b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/router/framework/react/migrate-from-react-location.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Create a `tsr.config.json` file in the root of your project with the following c
7070
}
7171
```
7272

73-
You can find the full list of options for the `tsr.config.json` file [here](../routing/file-based-routing.md#options).
73+
You can find the full list of options for the `tsr.config.json` file [here](../../../api/file-based-routing.md).
7474

7575
### Step 4: Create the routes directory
7676

0 commit comments

Comments
 (0)