From a5f7d6d47662206d95e2395a2307e0833743ed4a Mon Sep 17 00:00:00 2001 From: Michael Morran Date: Wed, 7 Feb 2024 15:03:06 -0600 Subject: [PATCH] fixing footer --- website/docusaurus.config.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 66d7ad4..32ec5a9 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -133,27 +133,27 @@ const config = { items: [ { label: "Introduction", - to: "/docs/introduction/what-is-hubs", + to: "/introduction/what-is-hubs", }, { label: "Hubs Subscription", - to: "/docs/subscription/choosing-subscription", + to: "/subscription/choosing-subscription", }, { label: "Hubs Fundamentals", - to: "/docs/fundamentals/getting-started", + to: "/fundamentals/getting-started", }, { label: "For Creators", - to: "/docs/category/spoke", + to: "/category/spoke", }, { label: "For Developers", - to: "/docs/category/development-basics", + to: "/category/development-basics", }, { label: "Documentation Archive", - to: "/docs/archive/discord-bot", + to: "/archive/discord-bot", }, ], },