From 2876503a84cb46f09131be550f373b0cf4e4e94b Mon Sep 17 00:00:00 2001 From: Kevin Lewis Date: Wed, 19 Jul 2023 11:14:31 +0200 Subject: [PATCH] Top Docs link should go to docs, not landing page (#19200) --- 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 8a8a8bfb47..98d40a38f8 100644 --- a/docs/.vitepress/config.js +++ b/docs/.vitepress/config.js @@ -128,7 +128,7 @@ gtag('config', 'UA-24637628-7'); dark: '/logo-dark.svg', }, nav: [ - { text: 'Docs', link: '/' }, + { text: 'Docs', link: '/getting-started/quickstart' }, { text: 'User Guide', link: '/user-guide/overview/data-studio-app',