File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -143,6 +143,9 @@ module.exports = {
143
143
STUDIO_FONTS_POLICY :
144
144
'http://help.topcoder.com/hc/en-us/articles/217959447-Font-Policy-for-Design-Challenges' ,
145
145
TOPCODER_TERMS : 'https://www.topcoder.com/community/how-it-works/terms/' ,
146
+ HOWTOCOMPETEINMARATHON : 'https://www.topcoder.com/thrive/articles/How%20To%20Compete%20in%20a%20Marathon%20Match' ,
147
+ USABLECODEDEV : 'https://www.topcoder.com/thrive/articles/Usable%20Code%20in%20Dev%20Challenges' ,
148
+ EXTENSIONVSCODE : 'https://marketplace.visualstudio.com/items?itemName=Topcoder.topcoder-workflow&ssr=false#overview' ,
146
149
} ,
147
150
148
151
IOS : 'https://ios.topcoder-dev.com' ,
Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ export default function SideBar({
223
223
! isDesign && (
224
224
< span styleName = "link-like-paragraph tooltip-container no-margin-top" >
225
225
< a
226
- href = "https://www.topcoder.com/thrive/articles/Usable%20Code%20in%20Dev%20Challenges"
226
+ href = { config . URL . INFO . USABLECODEDEV }
227
227
title = "Useable Code Rules"
228
228
target = "_blank"
229
229
rel = "noreferrer"
@@ -248,7 +248,7 @@ export default function SideBar({
248
248
</ h2 >
249
249
< p styleName = "link-like-paragraph" >
250
250
< a
251
- href = "https://www.topcoder.com/thrive/articles/How%20To%20Compete%20in%20a%20Marathon%20Match"
251
+ href = { config . URL . INFO . HOWTOCOMPETEINMARATHON }
252
252
title = "How To Compete in a Marathon Match"
253
253
target = "_blank"
254
254
rel = "noreferrer"
@@ -395,7 +395,7 @@ export default function SideBar({
395
395
</ h2 >
396
396
< span styleName = "link-like-paragraph tooltip-container" >
397
397
< a
398
- href = "https://marketplace.visualstudio.com/items?itemName=Topcoder.topcoder-workflow & ssr = false #overview"
398
+ href = { config . URL . INFO . EXTENSIONVSCODE }
399
399
title = "Topcoder Extension for VSCode"
400
400
target = "_blank"
401
401
rel = "noreferrer"
You can’t perform that action at this time.
0 commit comments