Skip to content

Commit

Permalink
Fix slices-pattern.md link on flux-inspired-practice.md (#1962)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagobento authored Jul 28, 2023
1 parent 43791eb commit 6d9c0cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/flux-inspired-practice.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ so some terminology may not perfectly align to other libraries.

Your applications global state should be located in a single Zustand store.

If you have a large application, Zustand supports [splitting the store into slices](./slices-pattern).
If you have a large application, Zustand supports [splitting the store into slices](./slices-pattern.md).

### Use `set` / `setState` to update the store

Expand Down

1 comment on commit 6d9c0cf

@vercel
Copy link

@vercel vercel bot commented on 6d9c0cf Jul 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.