diff --git a/src/composables/useLinks.ts b/src/composables/useLinks.ts index b05c03f2..27faecfb 100644 --- a/src/composables/useLinks.ts +++ b/src/composables/useLinks.ts @@ -20,8 +20,8 @@ export function useExternalBeatmapsetLinks(beatmapset: AnyBeatmapset) { returnValue.directDownload.push( { - label: 'Chimu.moe', - link: `https://api.chimu.moe/v1/download/${beatmapset.foreignId}`, + label: 'catboy.best', + link: `https://catboy.best/d/${beatmapset.foreignId}`, }, { label: 'osu.direct (previously known as Kitsu.moe)',