From 933c38f6bb5ae16bae5a2f65765e515483e763a8 Mon Sep 17 00:00:00 2001 From: Ar Rakin <68149013+virtual-designer@users.noreply.github.com> Date: Sun, 18 Aug 2024 09:12:30 +0600 Subject: [PATCH] fix: broken links --- src/config/pages.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config/pages.ts b/src/config/pages.ts index 5794d66..cb14eae 100644 --- a/src/config/pages.ts +++ b/src/config/pages.ts @@ -4,7 +4,7 @@ export const pages = [ name: "Home", }, { - url: "https://docs.sudobot.org", + url: "https://docs.sudobot.onesoftnet.eu.org", name: "Docs", }, { @@ -12,7 +12,7 @@ export const pages = [ name: "Explore", }, { - url: "https://www.sudobot.org", + url: "https://sudobot.onesoftnet.eu.org", name: "Dashboard", }, ];