Skip to content

Commit cda0bfc

Browse files
committed
fix: updated review app url
1 parent c97be3f commit cda0bfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/default.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ module.exports = {
5353
SENDGRID_TEMPLATE_ID: process.env.SENDGRID_TEMPLATE_ID || '',
5454
SENDGRID_TEMPLATE_ID_NO_FORUM: process.env.SENDGRID_TEMPLATE_ID_NO_FORUM || '',
5555
SUBMIT_URL: process.env.SUBMIT_URL || 'https://www.topcoder.com/challenges/:id/submit/',
56-
REVIEW_APP_URL: process.env.REVIEW_APP_URL || 'https://software.topcoder.com/review/actions/ViewProjectDetails?pid=',
56+
REVIEW_APP_URL: process.env.REVIEW_APP_URL || 'https://review.topcoder.com/active-challenges/',
5757
HELP_URL: process.env.HELP_URL || 'https://help.topcoder.com',
5858
SUPPORT_EMAIL: process.env.SUPPORT_EMAIL || 'support@topcoder.com'
5959
},

0 commit comments

Comments
 (0)