Browse Source

chore: remove next references [ci skip]

Evan You 3 năm trước cách đây
mục cha
commit
747c4883e7
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -1,6 +1,6 @@
 # Vuex
 # Vuex
 
 
-[![npm](https://img.shields.io/npm/v/vuex/next.svg)](https://npmjs.com/package/vuex)
+[![npm](https://img.shields.io/npm/v/vuex.svg)](https://npmjs.com/package/vuex)
 [![ci status](https://circleci.com/gh/vuejs/vuex/tree/main.png?style=shield)](https://circleci.com/gh/vuejs/vuex)
 [![ci status](https://circleci.com/gh/vuejs/vuex/tree/main.png?style=shield)](https://circleci.com/gh/vuejs/vuex)
 
 
 ---
 ---
@@ -11,11 +11,11 @@
 
 
 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. It also integrates with Vue's official [devtools extension](https://github.com/vuejs/vue-devtools) to provide advanced features such as zero-config time-travel debugging and state snapshot export / import.
 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. It also integrates with Vue's official [devtools extension](https://github.com/vuejs/vue-devtools) to provide advanced features such as zero-config time-travel debugging and state snapshot export / import.
 
 
-Learn more about Vuex at "[What is Vuex?](https://next.vuex.vuejs.org/)", or get started by looking into [full documentation](http://next.vuex.vuejs.org/).
+Learn more about Vuex at "[What is Vuex?](https://vuex.vuejs.org/)", or get started by looking into [full documentation](http://vuex.vuejs.org/).
 
 
 ## Documentation
 ## Documentation
 
 
-To check out docs, visit [vuex.vuejs.org](https://next.vuex.vuejs.org/).
+To check out docs, visit [vuex.vuejs.org](https://vuex.vuejs.org/).
 
 
 ## Examples
 ## Examples