Skip to content

Commit

Permalink
docs: fix broken link to v3 docs (#2128)
Browse files Browse the repository at this point in the history
  • Loading branch information
chengpeiquan authored Feb 9, 2022
1 parent 747c488 commit dea4e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit dea4e36

Please sign in to comment.