Skip to content

Commit

Permalink
chore: update branch references
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Jan 18, 2022
1 parent eb52dfa commit a03dc6a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Vuex

[![npm](https://img.shields.io/npm/v/vuex/next.svg)](https://npmjs.com/package/vuex)
[![ci status](https://circleci.com/gh/vuejs/vuex/tree/dev.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)

---

: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).
: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).

---

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

## Issues

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

## Changelog

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

## Contribution

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

## License

Expand Down
2 changes: 1 addition & 1 deletion docs/guide/hot-reload.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ if (module.hot) {
}
```

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

## Dynamic module hot reloading

Expand Down
2 changes: 1 addition & 1 deletion docs/ja/guide/hot-reload.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ if (module.hot) {
}
```

ホットリローディングを試したい場合は、[counter-hot example](https://github.com/vuejs/vuex/tree/dev/examples/counter-hot)をチェックアウトしてください。
ホットリローディングを試したい場合は、[counter-hot example](https://github.com/vuejs/vuex/tree/main/examples/counter-hot)をチェックアウトしてください。

## 動的モジュールホットリローディング

Expand Down
2 changes: 1 addition & 1 deletion docs/ptbr/guide/hot-reload.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ if (module.hot) {
}
```

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

## Módulo dinâmico de hot reloading

Expand Down
2 changes: 1 addition & 1 deletion docs/zh/guide/hot-reload.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ if (module.hot) {
}
```

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

## 动态模块热重载

Expand Down

0 comments on commit a03dc6a

Please sign in to comment.