From 2d82fe6e8c702a57801ee281793b3bdf618252b9 Mon Sep 17 00:00:00 2001 From: Lorand Horvath <72015221+lorand-horvath@users.noreply.github.com> Date: Mon, 7 Feb 2022 11:22:37 +0200 Subject: [PATCH] Update link to v3.vuex.vuejs.org in index file --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 35f007735..23ea35e60 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,7 +1,7 @@ # What is Vuex? ::: tip NOTE -This is the docs for Vuex 4, which works with Vue 3. If you're looking for docs for Vuex 3, which works with Vue 2, [please check it out here](https://vuex.vuejs.org/). +This is the docs for Vuex 4, which works with Vue 3. If you're looking for docs for Vuex 3, which works with Vue 2, [please check it out here](https://v3.vuex.vuejs.org/). ::: Vuex is a **state management pattern + library** for Vue.js applications. It serves as a centralized store for all the components in an application, with rules ensuring that the state can only be mutated in a predictable fashion.