mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-06-02 22:26:57 -05:00
Replace outdated links with archive links (#2339)
This commit is contained in:
parent
3b57da53ba
commit
8a90b4dec4
|
|
@ -3,7 +3,7 @@ import type { Standing } from "~/features/tournament-bracket/core/Bracket";
|
|||
import * as Progression from "~/features/tournament-bracket/core/Progression";
|
||||
import type { Tournament } from "~/features/tournament-bracket/core/Tournament";
|
||||
|
||||
/** Calculates SPR (Seed Performance Rating) - see https://www.pgstats.com/articles/introducing-spr-and-uf */
|
||||
/** Calculates SPR (Seed Performance Rating) - see https://web.archive.org/web/20250513034545/https://www.pgstats.com/articles/introducing-spr-and-uf */
|
||||
export function calculateSPR({
|
||||
standings,
|
||||
teamId,
|
||||
|
|
|
|||
|
|
@ -75,7 +75,7 @@ export const SPLATOON_3_INK = "https://splatoon3.ink/";
|
|||
export const RHODESMAS_FREESOUND_PROFILE_URL =
|
||||
"https://freesound.org/people/rhodesmas/";
|
||||
export const SPR_INFO_URL =
|
||||
"https://www.pgstats.com/articles/introducing-spr-and-uf";
|
||||
"https://web.archive.org/web/20250513034545/https://www.pgstats.com/articles/introducing-spr-and-uf";
|
||||
|
||||
export const bskyUrl = (accountName: string) =>
|
||||
`https://bsky.app/profile/${accountName}`;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user