From 29483f48377b03fcb0733dab1eb09ee2cd1ab4d0 Mon Sep 17 00:00:00 2001 From: Evan You Date: Mon, 7 Feb 2022 11:45:46 +0800 Subject: [PATCH] docs: update v3 links --- docs/.vitepress/config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/.vitepress/config.js b/docs/.vitepress/config.js index 300264a62..9f7824ae9 100644 --- a/docs/.vitepress/config.js +++ b/docs/.vitepress/config.js @@ -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/' } ] } ], @@ -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' } ] } ], @@ -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' } ] } ], @@ -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/' } ] } ],