diff --git a/common/src/constants/bms-tables.ts b/common/src/constants/bms-tables.ts index 90b38d383..52d938dcf 100644 --- a/common/src/constants/bms-tables.ts +++ b/common/src/constants/bms-tables.ts @@ -30,7 +30,7 @@ export const BMS_TABLES: Array = [ name: "Insane", playtype: "7K", description: "The 7K GENOSIDE insane table.", - url: "http://www.ribbit.xyz/bms/tables/insane.html", + url: "https://darksabun.github.io/table/archive/insane1/", prefix: "★", asciiPrefix: "insane", colour: COLOUR_SET.red, @@ -39,7 +39,7 @@ export const BMS_TABLES: Array = [ name: "Normal", playtype: "7K", description: "The 7K GENOSIDE normal table.", - url: "http://www.ribbit.xyz/bms/tables/normal.html", + url: "https://darksabun.github.io/table/archive/normal1/", prefix: "☆", asciiPrefix: "normal", colour: COLOUR_SET.paleGreen,