Skip to content

Commit 60d3738

Browse files
committed
resolve invalid relative paths
1 parent d939463 commit 60d3738

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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
@@ -22,7 +22,7 @@ In this guide we'll go over the process of migrating the [React Location Basic e
2222
2323
### Step 1: Swap over to TanStack Router's dependencies
2424

25-
First, we need to install the dependencies for TanStack Router. For detailed installation instructions, see our [How to Install TanStack Router](./how-to/install.md) guide.
25+
First, we need to install the dependencies for TanStack Router. For detailed installation instructions, see our [How to Install TanStack Router](../how-to/install.md) guide.
2626

2727
```sh
2828
npm install @tanstack/react-router @tanstack/router-devtools

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ toc: false
77

88
Here is the [example repo](https://github.com/Benanna2019/SickFitsForEveryone/tree/migrate-to-tanstack/router/React-Router)
99

10-
- [ ] Install Router - `npm i @tanstack/react-router` (see [detailed installation guide](./how-to/install.md))
10+
- [ ] Install Router - `npm i @tanstack/react-router` (see [detailed installation guide](../how-to/install.md))
1111
- [ ] **Optional:** Uninstall React Router to get TypeScript errors on imports.
1212
- At this point I don’t know if you can do a gradual migration, but it seems likely you could have multiple router providers, not desirable.
1313
- The api’s between React Router and TanStack Router are very similar and could most likely be handled in a sprint cycle or two if that is your companies way of doing things.

0 commit comments

Comments
 (0)