Skip to content

Commit c13ae09

Browse files
authored
docs: fix install link for Declarative Mode (#13428)
* docs: update install link for Declarative Mode The current link: `./library/installation` returns a `404`. The new link: `./declarative/installation` correctly routes to the installation guide for Declarative mode. * chore: sign CLA by adding username to `contributors.yml`
1 parent b5ae784 commit c13ae09

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

contributors.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@
269269
- printfn
270270
- promet99
271271
- proshunsuke
272+
- pruszel
272273
- pwdcd
273274
- pyitphyoaung
274275
- refusado

docs/start/modes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Every mode supports any architecture and deployment target, so the question isn'
117117
- have a data layer that either skips pending states (like local first, background data replication/sync) or has its own abstractions for them
118118
- are coming from Create React App (you may want to consider framework mode though)
119119

120-
[→ Get Started with Declarative Mode](./library/installation).
120+
[→ Get Started with Declarative Mode](./declarative/installation).
121121

122122
## API + Mode Availability Table
123123

0 commit comments

Comments
 (0)