We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c97be3f + cda0bfc commit 940c208Copy full SHA for 940c208
config/default.js
@@ -53,7 +53,7 @@ module.exports = {
53
SENDGRID_TEMPLATE_ID: process.env.SENDGRID_TEMPLATE_ID || '',
54
SENDGRID_TEMPLATE_ID_NO_FORUM: process.env.SENDGRID_TEMPLATE_ID_NO_FORUM || '',
55
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=',
+ REVIEW_APP_URL: process.env.REVIEW_APP_URL || 'https://review.topcoder.com/active-challenges/',
57
HELP_URL: process.env.HELP_URL || 'https://help.topcoder.com',
58
SUPPORT_EMAIL: process.env.SUPPORT_EMAIL || 'support@topcoder.com'
59
},
0 commit comments