diff --git a/src/client/data/projects.ts b/src/client/data/projects.ts index 50fee57..59c79e9 100644 --- a/src/client/data/projects.ts +++ b/src/client/data/projects.ts @@ -116,8 +116,8 @@ const projects: Project[] = [ title: "Audius Song of the Day", description: "A feature-rich Discord Bot which chooses one song each day from the Audius API to highlight to the community. It includes server-wide notifications, DM subscriptions and an optional ping role.", - link: "https://audius-sotd.tobezdev.com", - repository: "https://github.com/tobezdev/Audius-Song-of-the-Day", + link: "https://sotd.audius.tobezdev.com", + repository: "https://github.com/tobezdev/Audius-Song-of-the-Day-Bot", }, ];