Skip to content

Commit 566b5bf

Browse files
authored
Fix dead link in README.md: update immer guide path (#3519)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
1 parent 4e15c2e commit 566b5bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ const clearForest = useLushStore((state) => state.clearForest)
287287
clearForest()
288288
```
289289
290-
[Alternatively, there are some other solutions.](./docs/guides/updating-state.md#with-immer)
290+
[Alternatively, there are some other solutions.](./docs/learn/guides/updating-state.md#with-immer)
291291
292292
## Persist middleware
293293

0 commit comments

Comments
 (0)