Skip to content
This repository was archived by the owner on Oct 4, 2023. It is now read-only.

Commit 14285cd

Browse files
Merge pull request #648 from tonyklapatch/patch-1
Fix 404 vuex modules link in docs
2 parents fad1966 + 90d93e4 commit 14285cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/renderer-process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ When using `vue-router`, do not use [**HTML5 History Mode**](http://router.vuejs
4646

4747
### vuex modules
4848

49-
Describing `vuex` is not the easiest thing to do, so please read [this](http://vuex.vuejs.org/en/intro.html) for a better understanding of what problem it tries to solve and how it works.
49+
Describing `vuex` is not the easiest thing to do, so please read [this](https://vuex.vuejs.org/guide/) for a better understanding of what problem it tries to solve and how it works.
5050

5151
electron-vue takes advantage of `vuex`'s module structure to create multiple data stores, which are saved in `src/renderer/store/modules`.
5252

0 commit comments

Comments
 (0)