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

Commit 9c058fc

Browse files
authored
update submit url
1 parent 3fdd0ff commit 9c058fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/com/topcoder/web/studio/view/stepBox.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ request.setAttribute("clientPrize", new Long(Prize.CHECKPOINT_PRIZE_TYPE_ID));
8383
<c:when test="${registered}">
8484
<%-- REGISTERED --%>
8585
<a href="javascript:" class="stepFirstDeac">REGISTER FOR<br/>THIS CHALLENGE</a>
86-
<a href="https://<%=ApplicationServer.SERVER_NAME%>/challenges/${contest.id}/submit/file" class="stepSecond">
86+
<a href="https://<%=ApplicationServer.SERVER_NAME%>/challenges/${contest.id}/submit" class="stepSecond">
8787
SUBMIT YOUR<br/> ENTRIES</a>
8888
<a href="${servletPath}?module=ViewSubmission&amp;${CONTEST_ID}=${contest.id}" class="stepThree">
8989
<span class="right">VIEW YOUR<br/> SUBMISSIONS</span></a>

0 commit comments

Comments
 (0)