Skip to content

Commit 747c488

Browse files
committed
chore: remove next references [ci skip]
1 parent 29483f4 commit 747c488

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Vuex
22

3-
[![npm](https://img.shields.io/npm/v/vuex/next.svg)](https://npmjs.com/package/vuex)
3+
[![npm](https://img.shields.io/npm/v/vuex.svg)](https://npmjs.com/package/vuex)
44
[![ci status](https://circleci.com/gh/vuejs/vuex/tree/main.png?style=shield)](https://circleci.com/gh/vuejs/vuex)
55

66
---
@@ -11,11 +11,11 @@
1111

1212
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.
1313

14-
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/).
14+
Learn more about Vuex at "[What is Vuex?](https://vuex.vuejs.org/)", or get started by looking into [full documentation](http://vuex.vuejs.org/).
1515

1616
## Documentation
1717

18-
To check out docs, visit [vuex.vuejs.org](https://next.vuex.vuejs.org/).
18+
To check out docs, visit [vuex.vuejs.org](https://vuex.vuejs.org/).
1919

2020
## Examples
2121

0 commit comments

Comments
 (0)