File tree 4 files changed +6
-3
lines changed
4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -304,6 +304,7 @@ workflows:
304
304
branches :
305
305
only :
306
306
- develop
307
+ - nav-vanilla-forum
307
308
- " approve-smoke-test-on-staging " :
308
309
type : approval
309
310
requires :
Original file line number Diff line number Diff line change @@ -110,7 +110,8 @@ 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://vanilla.topcoder-dev.com' ,
113
+ FORUMS : 'https://apps.topcoder-dev.com/forums' ,
114
+ FORUMS_VANILLA : 'https://vanilla.topcoder-dev.com' ,
114
115
HELP : 'https://www.topcoder.com/thrive/tracks?track=Topcoder&tax=Help%20Articles' ,
115
116
SUBMISSION_REVIEW : 'https://submission-review.topcoder-dev.com' ,
116
117
Original file line number Diff line number Diff line change @@ -30,7 +30,8 @@ module.exports = {
30
30
BASE : 'https://www.topcoder.com' ,
31
31
HOME : '/my-dashboard' ,
32
32
COMMUNITY : 'https://community.topcoder.com' ,
33
- FORUMS : 'https://discussions.topcoder.com' ,
33
+ FORUMS : 'https://apps.topcoder.com/forums' ,
34
+ FORUMS_VANILLA : 'https://discussions.topcoder.com' ,
34
35
HELP : 'https://www.topcoder.com/thrive/tracks?track=Topcoder&tax=Help%20Articles' ,
35
36
SUBMISSION_REVIEW : 'https://submission-review.topcoder.com' ,
36
37
MEMBER : 'https://member.topcoder.com' ,
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 = { `${ config . URL . FORUMS } ` } > Forums</ Link >
74
+ < Link to = { `${ config . URL . FORUMS_VANILLA } ` } > 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