Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit db1d0af

Browse files
committed
updated registrants link
1 parent 31b215f commit db1d0af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/filters/challengeLinks.filter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
case 'forums':
1717
return String.supplant('https://apps.{domain}/forums/?module=ThreadList&forumID={forumId}', data);
1818
case 'registrants':
19-
return String.supplant('https://community.{domain}/longcontest/?module=ViewStandings&rd={roundId}', data);
19+
return String.supplant('https://community.{domain}/longcontest/?module=ViewRegistrants&rd={roundId}', data);
2020
case 'detail':
2121
return String.supplant('https://community.{domain}/longcontest/stats/?module=ViewOverview&rd={roundId}', data);
2222
}

0 commit comments

Comments
 (0)