From 3d80f469ef9e0653c830d039f63962d9b5dda16f Mon Sep 17 00:00:00 2001 From: Airscript Date: Mon, 16 Oct 2023 21:43:59 +0200 Subject: [PATCH] docs: fix wrong route --- docs/.vitepress/config.mts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index cf50908..78fe4e8 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -46,7 +46,7 @@ export default defineConfig({ items: [ { text: 'Getting Started', link: '/getting-started' }, { text: 'Installation', link: '/installation' }, - { text: 'Hello World', link: '/hello-world' } + { text: 'Hello Toilet', link: '/hello-toilet' } ] } ],