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

Commit 676bf5e

Browse files
committed
fixed link
1 parent 5ecaccb commit 676bf5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/directives/srm-tile/srm-tile.directive.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
.phase-status
1818
.registered(ng-show="srm.userStatus === CONSTANTS.REGISTERED") Registered
1919
.unregistered(ng-hide="srm.currentPhase !== CONSTANTS.REGISTRATION || srm.userStatus === CONSTANTS.REGISTERED")
20-
a.tc-btn.tc-btn-s.tc-btn-wide(href="https://community.{{DOMAIN}}/stat?c=round_overview&rd={{srm.rounds[0].id}}") Register
20+
a.tc-btn.tc-btn-s.tc-btn-wide(href="https://community.{{DOMAIN}}/tc?module=MatchDetails&rd={{srm.rounds[0].id}}") Register
2121

2222
.past-srm(ng-show="srm.status === 'PAST'")
2323
.challenge-track

0 commit comments

Comments
 (0)