]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
docs: update v3 links
authorEvan You <yyx990803@gmail.com>
Mon, 7 Feb 2022 03:50:00 +0000 (11:50 +0800)
committerEvan You <yyx990803@gmail.com>
Mon, 7 Feb 2022 03:50:00 +0000 (11:50 +0800)
docs/.vitepress/config.ts
docs/index.md

index 57b71c78e274f4ffda9131eccce708286546cd37..9ef24fc9707674239319ff85448f9d7c2284137c 100644 (file)
@@ -79,7 +79,7 @@ const config = defineConfig({
           },
           {
             text: 'v4.x',
-            items: [{ text: 'v3.x', link: 'https://router.vuejs.org' }],
+            items: [{ text: 'v3.x', link: 'https://v3.router.vuejs.org' }],
           },
           {
             text: 'Changelog',
@@ -209,7 +209,7 @@ const config = defineConfig({
           },
           {
             text: 'v4.x',
-            items: [{ text: 'v3.x', link: 'https://router.vuejs.org/zh' }],
+            items: [{ text: 'v3.x', link: 'https://v3.router.vuejs.org/zh' }],
           },
           {
             text: '更新日志',
index 075076adbf87827f30739ac7986e586adde35089..f4f78560481939e930e0ecd0de90f05bd87e2e89 100644 (file)
@@ -27,4 +27,3 @@ footer: MIT Licensed | Copyright © 2014-present Evan You, Eduardo San Martin Mo
 <script setup>
 import HomeSponsors from './.vitepress/components/HomeSponsors.vue'
 </script>
-