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

Commit c7ee58b

Browse files
committed
fixing challenge registration email for design challenges to have correct challenge submission url
1 parent 9f8e1f4 commit c7ee58b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

actions/challengeRegistration.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,8 @@ var sendNotificationEmail = function (api, componentInfo, userId, activeForumCat
382382
documentationDetails = '';
383383
// we need to set up a new environment variable for the web server name specifici to each environment
384384
//submitURL = process.env.TC_ACTIVATION_SERVER_NAME + '/challenge-details/' + challengeId + '/submit/';
385-
submitURL = 'https://www.topcoder.com/challenge-details/' + challengeId + '/submit/';
385+
submitURL = 'https://www.topcoder.com/challenges/' + challengeId + '/submit/file/';
386+
386387
reviewURL = process.env.TC_SOFTWARE_SERVER_NAME + '/review';
387388

388389
if (componentInfo.phase_id === 112) {

0 commit comments

Comments
 (0)