File tree 2 files changed +3
-8
lines changed
src/shared/components/challenge-detail/Specification
2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -132,8 +132,8 @@ module.exports = {
132
132
INFO : {
133
133
DESIGN_CHALLENGES : 'http://help.topcoder.com/hc/en-us/categories/202610437-DESIGN' ,
134
134
DESIGN_CHALLENGE_CHECKPOINTS : 'https://help.topcoder.com/hc/en-us/articles/219240807-Multi-Round-Checkpoint-Design-Challenges' ,
135
- DESIGN_CHALLENGE_SUBMISSION : 'http ://help .topcoder.com/hc/en-us/ articles/219122667- Formatting-Your-Submission-for-Design-Challenges ' ,
136
- DESIGN_CHALLENGE_TYPES : 'http ://help .topcoder.com/hc/en-us/ articles/217481388-Choosing-a-Design-Challenge ' ,
135
+ DESIGN_CHALLENGE_SUBMISSION : 'https ://www .topcoder.com/thrive/ articles/Formatting%20Your%20Submission%20for%20Design%20Challenges ' ,
136
+ DESIGN_CHALLENGE_TYPES : 'https ://www .topcoder.com/thrive/ articles/How%20To%20Compete%20in%20Design ' ,
137
137
RELIABILITY_RATINGS_AND_BONUSES : 'https://www.topcoder.com/thrive/articles/Development%20Reliability%20Ratings%20and%20Bonuses' ,
138
138
STOCK_ART_POLICY : 'http://help.topcoder.com/hc/en-us/articles/217481408-Policy-for-Stock-Artwork-in-Design-Submissions' ,
139
139
STUDIO_FONTS_POLICY :
Original file line number Diff line number Diff line change @@ -304,12 +304,7 @@ export default function ChallengeDetailsView(props) {
304
304
concept (do not include multiple designs in a single submission).
305
305
</ li >
306
306
< li >
307
- If your submission wins, your source files must be correct and “
308
- < a href = { config . URL . INFO . DESIGN_CHALLENGES } >
309
- Final Fixes
310
- </ a >
311
- ”
312
- (if applicable) must be completed before payment can be released.
307
+ If your submission wins, your source files must be correct and final fixes (if applicable) must be completed before payment can be released.
313
308
</ li >
314
309
< li >
315
310
You may submit as many times as you'd like during
You can’t perform that action at this time.
0 commit comments