]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
docs: fix link at the top
authorEduardo San Martin Morote <posva13@gmail.com>
Tue, 9 Mar 2021 10:22:30 +0000 (11:22 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Tue, 9 Mar 2021 10:22:30 +0000 (11:22 +0100)
docs/.vitepress/config.js

index 6aceee2bbfa6701afaf38794943d74e80a43ad70..db32d6e4a9673081cb60997670304362516f40d9 100644 (file)
@@ -28,7 +28,7 @@ module.exports = {
     },
 
     nav: [
-      { text: 'Guide', link: '/guide/' },
+      { text: 'Guide', link: '/introduction.html' },
       // { text: 'Config', link: '/config/' },
       // { text: 'Plugins', link: '/plugins/' },
       {