File tree 6 files changed +8
-11
lines changed
__tests__/shared/components
6 files changed +8
-11
lines changed Original file line number Diff line number Diff line change @@ -289,7 +289,7 @@ workflows:
289
289
filters :
290
290
branches :
291
291
only :
292
- - free
292
+ - nav-vanilla-forum
293
293
# This is beta env for production soft releases
294
294
- " build-prod-beta " :
295
295
context : org-global
Original file line number Diff line number Diff line change @@ -110,8 +110,7 @@ exports[`Default render 1`] = `
110
110
" title" : " Programs" ,
111
111
},
112
112
Object {
113
- " href" : " https://apps.topcoder-dev.com/forums" ,
114
- " openNewTab" : true ,
113
+ " href" : " https://vanilla.topcoder-dev.com" ,
115
114
" title" : " Forums" ,
116
115
},
117
116
Object {
Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ exports[`Matches shallow shapshot 1`] = `
185
185
className = " src-shared-components-TopcoderFooter-___style__link___3-nzm"
186
186
>
187
187
<a
188
- href = " https://apps .topcoder.com/forums "
188
+ href = " https://vanilla .topcoder-dev .com"
189
189
>
190
190
Forums
191
191
</a >
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ module.exports = {
110
110
BLOG : 'https://www.topcoder-dev.com/blog' ,
111
111
BLOG_FEED : 'https://www.topcoder.com/blog/feed/' ,
112
112
COMMUNITY : 'https://community.topcoder-dev.com' ,
113
- FORUMS : 'https://apps .topcoder-dev.com/forums ' ,
113
+ FORUMS : 'https://vanilla .topcoder-dev.com' ,
114
114
HELP : 'https://www.topcoder.com/thrive/tracks?track=Topcoder&tax=Help%20Articles' ,
115
115
SUBMISSION_REVIEW : 'https://submission-review.topcoder-dev.com' ,
116
116
@@ -360,8 +360,7 @@ module.exports = {
360
360
} ,
361
361
{
362
362
title : 'Forums' ,
363
- href : 'https://apps.topcoder-dev.com/forums' ,
364
- openNewTab : true ,
363
+ href : 'https://vanilla.topcoder-dev.com' ,
365
364
} ,
366
365
{
367
366
title : 'Statistics' ,
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ module.exports = {
30
30
BASE : 'https://www.topcoder.com' ,
31
31
HOME : '/my-dashboard' ,
32
32
COMMUNITY : 'https://community.topcoder.com' ,
33
- FORUMS : 'https://apps .topcoder.com/forums ' ,
33
+ FORUMS : 'https://discussions .topcoder.com' ,
34
34
HELP : 'https://www.topcoder.com/thrive/tracks?track=Topcoder&tax=Help%20Articles' ,
35
35
SUBMISSION_REVIEW : 'https://submission-review.topcoder.com' ,
36
36
MEMBER : 'https://member.topcoder.com' ,
@@ -165,8 +165,7 @@ module.exports = {
165
165
} ,
166
166
{
167
167
title : 'Forums' ,
168
- href : 'https://apps.topcoder.com/forums' ,
169
- openNewTab : true ,
168
+ href : 'https://discussions.topcoder.com' ,
170
169
} ,
171
170
{
172
171
title : 'Statistics' ,
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ export default function TopcoderFooter() {
71
71
< Link to = { `${ base } /blog` } > Blog</ Link >
72
72
< Link to = { `${ base } /community/pipeline` } > Challenge Pipeline</ Link >
73
73
< Link to = { `${ base } /community/events` } > Events Calendar</ Link >
74
- < Link to = "https://apps.topcoder.com/forums" > Forums</ Link >
74
+ < Link to = { ` ${ config . URL . FORUMS } ` } > Forums</ Link >
75
75
< Link to = { `${ base } /community/member-programs` } > Programs</ Link >
76
76
< Link to = { `${ base } /community/statistics` } > Statistics</ Link >
77
77
< Link to = { `${ base } /community/member-programs/topcoder-open` } > TCO</ Link >
You can’t perform that action at this time.
0 commit comments