Skip to content

Commit

Permalink
update chimu to catboy.best
Browse files Browse the repository at this point in the history
  • Loading branch information
arily committed Jul 9, 2024
1 parent f514142 commit 7affe92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/composables/useLinks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)',
Expand Down

0 comments on commit 7affe92

Please sign in to comment.