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

Commit d4acbba

Browse files
deedeeDushyant Bhalgami
authored and
Dushyant Bhalgami
committed
fix challenge link
1 parent 244da6e commit d4acbba

File tree

1 file changed

+1
-1
lines changed
  • src/web/WEB-INF/includes/contest

1 file changed

+1
-1
lines changed

src/web/WEB-INF/includes/contest/link.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
</s:if>
4141

4242

43-
<s:set var="contestLink" value="'http://' + #application['SERVER_CONFIG_NEW_SERVER_NAME'] + '/challenge/' + viewData.contestStats.contest.id"/>
43+
<s:set var="contestLink" value="'http://' + #application['SERVER_CONFIG_NEW_SERVER_NAME'] + '/challenges/' + viewData.contestStats.contest.id"/>
4444

4545
<s:if test="marathon">
4646
<s:if test="viewData.active">

0 commit comments

Comments
 (0)