From 5c9ce3e48c339f704366c3d3af3b79b1d070c534 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Tue, 9 Mar 2021 11:22:30 +0100 Subject: [PATCH] docs: fix link at the top --- docs/.vitepress/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vitepress/config.js b/docs/.vitepress/config.js index 6aceee2b..db32d6e4 100644 --- a/docs/.vitepress/config.js +++ b/docs/.vitepress/config.js @@ -28,7 +28,7 @@ module.exports = { }, nav: [ - { text: 'Guide', link: '/guide/' }, + { text: 'Guide', link: '/introduction.html' }, // { text: 'Config', link: '/config/' }, // { text: 'Plugins', link: '/plugins/' }, { -- 2.47.3