From 47e10c5446dd5114af2218e542866745f0e82261 Mon Sep 17 00:00:00 2001 From: Jay Meistrich Date: Tue, 19 Sep 2023 19:55:28 +0200 Subject: [PATCH] Fix a broken link in docs --- docs/1-introduction/1-introduction.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/1-introduction/1-introduction.mdx b/docs/1-introduction/1-introduction.mdx index a8bab455c..8bd6eebb0 100644 --- a/docs/1-introduction/1-introduction.mdx +++ b/docs/1-introduction/1-introduction.mdx @@ -74,7 +74,7 @@ function FineGrained() { ### 4. 💾 Powerful persistence -Legend-State includes a powerful [persistence plugin system](../persistence) for local caching and remote sync. It easily enables offline-first apps by tracking changes made while offline that save when coming online, managing conflict resolution, and syncing only small diffs. We use Legend-State as the sync systems in [Legend](https://legendapp.com) and [Bravely](https://bravely.io), so it is by necessity very full featured while being simple to set up. +Legend-State includes a powerful [persistence plugin system](./persistence) for local caching and remote sync. It easily enables offline-first apps by tracking changes made while offline that save when coming online, managing conflict resolution, and syncing only small diffs. We use Legend-State as the sync systems in [Legend](https://legendapp.com) and [Bravely](https://bravely.io), so it is by necessity very full featured while being simple to set up. Local persistence plugins for the browser and React Native are included, and a remote sync plugin for Firebase (coming soon).