Skip to content

Commit

Permalink
docs: update v3 links
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Feb 7, 2022
1 parent a03dc6a commit 29483f4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ module.exports = {
{
text: 'v4.x',
items: [
{ text: 'v3.x', link: 'https://vuex.vuejs.org/' }
{ text: 'v3.x', link: 'https://v3.vuex.vuejs.org/' }
]
}
],
Expand Down Expand Up @@ -113,7 +113,7 @@ module.exports = {
{
text: 'v4.x',
items: [
{ text: 'v3.x', link: 'https://vuex.vuejs.org/zh' }
{ text: 'v3.x', link: 'https://v3.vuex.vuejs.org/zh' }
]
}
],
Expand Down Expand Up @@ -172,7 +172,7 @@ module.exports = {
{
text: 'v4.x',
items: [
{ text: 'v3.x', link: 'https://vuex.vuejs.org/ja' }
{ text: 'v3.x', link: 'https://v3.vuex.vuejs.org/ja' }
]
}
],
Expand Down Expand Up @@ -231,7 +231,7 @@ module.exports = {
{
text: 'v4.x',
items: [
{ text: 'v3.x', link: 'https://vuex.vuejs.org/ptbr/' }
{ text: 'v3.x', link: 'https://v3.vuex.vuejs.org/ptbr/' }
]
}
],
Expand Down

0 comments on commit 29483f4

Please sign in to comment.