]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
docs: fix link
authorEduardo San Martin Morote <posva13@gmail.com>
Thu, 30 Jun 2022 20:51:32 +0000 (22:51 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Thu, 30 Jun 2022 20:51:46 +0000 (22:51 +0200)
Close #1451

packages/docs/.vitepress/config.ts

index a16d474345396188760a991a9ce4da7178282b48..31180d34a73b0af7e46248f9bca8792d4531c451 100644 (file)
@@ -83,7 +83,7 @@ const config = defineConfig({
           },
           {
             text: 'Changelog',
-            link: 'https://github.com/vuejs/router/blob/main/CHANGELOG.md',
+            link: 'https://github.com/vuejs/router/blob/main/packages/router/CHANGELOG.md',
           },
         ],