Skip to content

Commit a03dc6a

Browse files
committed
chore: update branch references
1 parent eb52dfa commit a03dc6a

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

β€ŽREADME.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Vuex
22

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

66
---
77

8-
:fire: **HEADS UP!** You're currently looking at Vuex 4 branch. If you're looking for Vuex 3, [please check out `dev` branch](https://github.com/vuejs/vuex).
8+
:fire: **HEADS UP!** You're currently looking at Vuex 4 branch. If you're looking for Vuex 3, [please check out `3.x` branch](https://github.com/vuejs/vuex/tree/3.x).
99

1010
---
1111

@@ -34,7 +34,7 @@ For questions and support please use the [Discord chat server](https://chat.vuej
3434

3535
## Issues
3636

37-
Please make sure to read the [Issue Reporting Checklist](https://github.com/vuejs/vuex/blob/dev/.github/contributing.md#issue-reporting-guidelines) before opening an issue. Issues not conforming to the guidelines may be closed immediately.
37+
Please make sure to read the [Issue Reporting Checklist](https://github.com/vuejs/vuex/blob/main/.github/contributing.md#issue-reporting-guidelines) before opening an issue. Issues not conforming to the guidelines may be closed immediately.
3838

3939
## Changelog
4040

@@ -46,7 +46,7 @@ For latest releases and announcements, follow on Twitter: [@vuejs](https://twitt
4646

4747
## Contribution
4848

49-
Please make sure to read the [Contributing Guide](https://github.com/vuejs/vuex/blob/dev/.github/contributing.md) before making a pull request.
49+
Please make sure to read the [Contributing Guide](https://github.com/vuejs/vuex/blob/main/.github/contributing.md) before making a pull request.
5050

5151
## License
5252

β€Ždocs/guide/hot-reload.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ if (module.hot) {
3838
}
3939
```
4040

41-
Checkout the [counter-hot example](https://github.com/vuejs/vuex/tree/dev/examples/counter-hot) to play with hot-reload.
41+
Checkout the [counter-hot example](https://github.com/vuejs/vuex/tree/main/examples/counter-hot) to play with hot-reload.
4242

4343
## Dynamic module hot reloading
4444

β€Ždocs/ja/guide/hot-reload.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ if (module.hot) {
3838
}
3939
```
4040

41-
γƒ›γƒƒγƒˆγƒͺγƒ­γƒΌγƒ‡γ‚£γƒ³γ‚°γ‚’θ©¦γ—γŸγ„ε ΄εˆγ―γ€[counter-hot example](https://github.com/vuejs/vuex/tree/dev/examples/counter-hot)γ‚’γƒγ‚§γƒƒγ‚―γ‚’γ‚¦γƒˆγ—γ¦γγ γ•γ„γ€‚
41+
γƒ›γƒƒγƒˆγƒͺγƒ­γƒΌγƒ‡γ‚£γƒ³γ‚°γ‚’θ©¦γ—γŸγ„ε ΄εˆγ―γ€[counter-hot example](https://github.com/vuejs/vuex/tree/main/examples/counter-hot)γ‚’γƒγ‚§γƒƒγ‚―γ‚’γ‚¦γƒˆγ—γ¦γγ γ•γ„γ€‚
4242

4343
## ε‹•ηš„γƒ’γ‚Έγƒ₯γƒΌγƒ«γƒ›γƒƒγƒˆγƒͺローディング
4444

β€Ždocs/ptbr/guide/hot-reload.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ if (module.hot) {
3838
}
3939
```
4040

41-
Confira o [counter-hot example](https://github.com/vuejs/vuex/tree/dev/examples/counter-hot) para brincar com o _hot-reload_.
41+
Confira o [counter-hot example](https://github.com/vuejs/vuex/tree/main/examples/counter-hot) para brincar com o _hot-reload_.
4242

4343
## MΓ³dulo dinΓ’mico de hot reloading
4444

β€Ždocs/zh/guide/hot-reload.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ if (module.hot) {
3838
}
3939
```
4040

41-
参考热重载瀺例 [counter-hot](https://github.com/vuejs/vuex/tree/dev/examples/counter-hot)。
41+
参考热重载瀺例 [counter-hot](https://github.com/vuejs/vuex/tree/main/examples/counter-hot)。
4242

4343
## εŠ¨ζ€ζ¨‘ε—ηƒ­ι‡θ½½
4444

0 commit comments

Comments
Β (0)