Skip to content

Commit

Permalink
fix: broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
virtual-designer authored Aug 18, 2024
1 parent a0a5972 commit 933c38f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config/pages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ export const pages = [
name: "Home",
},
{
url: "https://docs.sudobot.org",
url: "https://docs.sudobot.onesoftnet.eu.org",
name: "Docs",
},
{
url: "#explore",
name: "Explore",
},
{
url: "https://www.sudobot.org",
url: "https://sudobot.onesoftnet.eu.org",
name: "Dashboard",
},
];

0 comments on commit 933c38f

Please sign in to comment.