Skip to content

Commit 29483f4

Browse files
committed
docs: update v3 links
1 parent a03dc6a commit 29483f4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/.vitepress/config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ module.exports = {
5454
{
5555
text: 'v4.x',
5656
items: [
57-
{ text: 'v3.x', link: 'https://vuex.vuejs.org/' }
57+
{ text: 'v3.x', link: 'https://v3.vuex.vuejs.org/' }
5858
]
5959
}
6060
],
@@ -113,7 +113,7 @@ module.exports = {
113113
{
114114
text: 'v4.x',
115115
items: [
116-
{ text: 'v3.x', link: 'https://vuex.vuejs.org/zh' }
116+
{ text: 'v3.x', link: 'https://v3.vuex.vuejs.org/zh' }
117117
]
118118
}
119119
],
@@ -172,7 +172,7 @@ module.exports = {
172172
{
173173
text: 'v4.x',
174174
items: [
175-
{ text: 'v3.x', link: 'https://vuex.vuejs.org/ja' }
175+
{ text: 'v3.x', link: 'https://v3.vuex.vuejs.org/ja' }
176176
]
177177
}
178178
],
@@ -231,7 +231,7 @@ module.exports = {
231231
{
232232
text: 'v4.x',
233233
items: [
234-
{ text: 'v3.x', link: 'https://vuex.vuejs.org/ptbr/' }
234+
{ text: 'v3.x', link: 'https://v3.vuex.vuejs.org/ptbr/' }
235235
]
236236
}
237237
],

0 commit comments

Comments
 (0)