From e9a0c61003316b3a423467dc37e66aae6721ccee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20K=C3=B6hl?= Date: Fri, 7 Feb 2025 14:47:37 +0100 Subject: [PATCH] docs: fix link to the Rugix Project description --- www/docusaurus.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/docusaurus.config.ts b/www/docusaurus.config.ts index 3149e222..94003cd2 100644 --- a/www/docusaurus.config.ts +++ b/www/docusaurus.config.ts @@ -78,7 +78,7 @@ const config: Config = { position: "left", }, { - to: "/why", + href: "/rugix/docs/the-rugix-project", label: "Why Rugix?", position: "left", },