From 7ce70b2094f07e3311249a7329c042534b25cd34 Mon Sep 17 00:00:00 2001 From: Kulveer Singh <23f3000487@ds.study.iitm.ac.in> Date: Sun, 15 Feb 2026 15:58:35 +0545 Subject: [PATCH] Fix broken sync and persistence documentation link --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ee43e7f91..419702cba 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,8 @@ function FineGrained() { ### 4. 💾 Powerful sync and persistence -Legend-State includes a powerful [sync and persistence system](../../usage/persist-sync). It easily enables local-first apps by optimistically applying all changes locally first, retrying changes even after restart until they eventually sync, and syncing minimal 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 [sync and persistence system](https://www.legendapp.com/open-source/state/v3/usage/persist-sync/) +. It easily enables local-first apps by optimistically applying all changes locally first, retrying changes even after restart until they eventually sync, and syncing minimal 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, with sync plugins for [Keel](https://www.keel.so), [Supabase](https://www.supabase.com), [TanStack Query](https://tanstack.com/query), and `fetch`.