Skip to content

Commit 7b1343a

Browse files
authored
docs(start/modes): fix links (#13229)
1 parent 4356202 commit 7b1343a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

contributors.yml

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
- ayushmanchhabra
4343
- babafemij-k
4444
- barclayd
45+
- basan17
4546
- bavardage
4647
- bbrowning918
4748
- BDomzalski

docs/start/modes.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,14 @@ Every mode supports any architecture and deployment target, so the question isn'
8484
- are coming from Remix (React Router v7 is the "next version" after Remix v2)
8585
- migrating from Next.js
8686

87-
[→ Get Started with Framework Mode](./start/framework/installation).
87+
[→ Get Started with Framework Mode](./framework/installation).
8888

8989
**Use Data Mode if you:**
9090

9191
- want data features but want to have control over bundling, data, and server abstractions
9292
- started a data router in v6.4 and are happy with it
9393

94-
[→ Get Started with Data Mode](./start/data/custom).
94+
[→ Get Started with Data Mode](./data/custom).
9595

9696
**Use Declarative Mode if you:**
9797

@@ -100,7 +100,7 @@ Every mode supports any architecture and deployment target, so the question isn'
100100
- have a data layer that either skips pending states (like local first, background data replication/sync) or has its own abstractions for them
101101
- are coming from Create React App (you may want to consider framework mode though)
102102

103-
[→ Get Started with Declarative Mode](./start/library/installation).
103+
[→ Get Started with Declarative Mode](./library/installation).
104104

105105
## API + Mode Availability Table
106106

0 commit comments

Comments
 (0)