]> git.localhorst.tv Git - alttp.git/commitdiff
fix hth signup link master
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Mon, 7 Sep 2026 21:50:25 +0000 (23:50 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Mon, 7 Sep 2026 21:50:25 +0000 (23:50 +0200)
resources/js/helpers/Episode.js

index ef34cea020a3cf975ab3617457de0d7c55fae3f3..a0baea15bd204f3a26320b51fbe46751280f5ac0 100644 (file)
@@ -17,7 +17,7 @@ export const acceptsCrew = episode => {
 };
 
 export const getHTHSignupLink = episode =>
-       `https://hth.zeldaspeedruns.com/event/${episode.ext_info.handle}/races/${episode.ext_id.substr(4)}/signups`;
+       `https://hyruletownhall.com/event/${episode.ext_info.handle}/races/${episode.ext_id.substr(4)}/signups`;
 
 export const getSGLanguages = episode => {
        if (!episode || !episode.channels) return [];