Skip to content

Commit d719f76

Browse files
Merge pull request #5383 from topcoder-platform/develop
v1.7.8
2 parents b041cda + 108a7ac commit d719f76

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@ workflows:
304304
branches:
305305
only:
306306
- develop
307+
- nav-vanilla-forum
307308
- "approve-smoke-test-on-staging":
308309
type: approval
309310
requires:

config/default.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@ module.exports = {
110110
BLOG: 'https://www.topcoder-dev.com/blog',
111111
BLOG_FEED: 'https://www.topcoder.com/blog/feed/',
112112
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',
114115
HELP: 'https://www.topcoder.com/thrive/tracks?track=Topcoder&tax=Help%20Articles',
115116
SUBMISSION_REVIEW: 'https://submission-review.topcoder-dev.com',
116117

config/production.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ module.exports = {
3030
BASE: 'https://www.topcoder.com',
3131
HOME: '/my-dashboard',
3232
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',
3435
HELP: 'https://www.topcoder.com/thrive/tracks?track=Topcoder&tax=Help%20Articles',
3536
SUBMISSION_REVIEW: 'https://submission-review.topcoder.com',
3637
MEMBER: 'https://member.topcoder.com',

src/shared/components/TopcoderFooter/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export default function TopcoderFooter() {
7171
<Link to={`${base}/blog`}>Blog</Link>
7272
<Link to={`${base}/community/pipeline`}>Challenge Pipeline</Link>
7373
<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>
7575
<Link to={`${base}/community/member-programs`}>Programs</Link>
7676
<Link to={`${base}/community/statistics`}>Statistics</Link>
7777
<Link to={`${base}/community/member-programs/topcoder-open`}>TCO</Link>

0 commit comments

Comments
 (0)