From c92c67acc9ab44e9ec791fc8c996c0d09c65329b Mon Sep 17 00:00:00 2001 From: Kyrylo Nehaturov <52658123+nehaturov@users.noreply.github.com> Date: Thu, 17 Aug 2023 05:01:01 +0300 Subject: [PATCH] fix: added link + rewritten link text react 106-state-management (#4219) I found more obvious such resources list, with the documentation as the starting resource and then the link for the repo as the next one --- .../roadmaps/react/content/106-state-management/101-zustand.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/react/content/106-state-management/101-zustand.md b/src/data/roadmaps/react/content/106-state-management/101-zustand.md index 0f8f37dcb..33f1d4c22 100644 --- a/src/data/roadmaps/react/content/106-state-management/101-zustand.md +++ b/src/data/roadmaps/react/content/106-state-management/101-zustand.md @@ -6,4 +6,5 @@ Zustand is often used as an alternative to other state management libraries, suc Visit the following resources to learn more: -- [Zustand - Official Website](https://github.com/pmndrs/zustand) +- [Zustand - Official Documentation](https://docs.pmnd.rs/zustand/getting-started/introduction) +- [pmndrs/zustand](https://github.com/pmndrs/zustand)