From 71603272ae6e8c00da6f081d468a1a004269812a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ver=C3=B3nica=20Garc=C3=ADa=20Pulido?= Date: Mon, 23 Oct 2023 23:13:06 +0100 Subject: [PATCH] fix: Fix link (#16) --- docusaurus.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 1795520..37ec887 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -136,8 +136,8 @@ const config = { title: "Docs", items: [ { - label: "Fundamentals", - to: "/docs/intro", + label: "Get Started", + to: "/docs/docs-intro", }, ], },