diff --git a/.circleci/config.yml b/.circleci/config.yml
index 0e54b4a9b5..1c81ef8782 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -289,7 +289,7 @@ workflows:
filters:
branches:
only:
- - free
+ - nav-vanilla-forum
# This is beta env for production soft releases
- "build-prod-beta":
context : org-global
diff --git a/__tests__/shared/components/Header/__snapshots__/index.jsx.snap b/__tests__/shared/components/Header/__snapshots__/index.jsx.snap
index 06761c8d88..323a4e16e7 100644
--- a/__tests__/shared/components/Header/__snapshots__/index.jsx.snap
+++ b/__tests__/shared/components/Header/__snapshots__/index.jsx.snap
@@ -110,8 +110,7 @@ exports[`Default render 1`] = `
"title": "Programs",
},
Object {
- "href": "https://apps.topcoder-dev.com/forums",
- "openNewTab": true,
+ "href": "https://vanilla.topcoder-dev.com",
"title": "Forums",
},
Object {
diff --git a/__tests__/shared/components/__snapshots__/TopcoderFooter.jsx.snap b/__tests__/shared/components/__snapshots__/TopcoderFooter.jsx.snap
index 512f201fb3..bc62da49cb 100644
--- a/__tests__/shared/components/__snapshots__/TopcoderFooter.jsx.snap
+++ b/__tests__/shared/components/__snapshots__/TopcoderFooter.jsx.snap
@@ -185,7 +185,7 @@ exports[`Matches shallow shapshot 1`] = `
className="src-shared-components-TopcoderFooter-___style__link___3-nzm"
>
Forums
diff --git a/config/default.js b/config/default.js
index 9aa6c934d8..2458c6cf84 100644
--- a/config/default.js
+++ b/config/default.js
@@ -110,7 +110,7 @@ module.exports = {
BLOG: 'https://www.topcoder-dev.com/blog',
BLOG_FEED: 'https://www.topcoder.com/blog/feed/',
COMMUNITY: 'https://community.topcoder-dev.com',
- FORUMS: 'https://apps.topcoder-dev.com/forums',
+ FORUMS: 'https://vanilla.topcoder-dev.com',
HELP: 'https://www.topcoder.com/thrive/tracks?track=Topcoder&tax=Help%20Articles',
SUBMISSION_REVIEW: 'https://submission-review.topcoder-dev.com',
@@ -360,8 +360,7 @@ module.exports = {
},
{
title: 'Forums',
- href: 'https://apps.topcoder-dev.com/forums',
- openNewTab: true,
+ href: 'https://vanilla.topcoder-dev.com',
},
{
title: 'Statistics',
diff --git a/config/production.js b/config/production.js
index 1ab2d4fb87..7e5c240740 100644
--- a/config/production.js
+++ b/config/production.js
@@ -30,7 +30,7 @@ module.exports = {
BASE: 'https://www.topcoder.com',
HOME: '/my-dashboard',
COMMUNITY: 'https://community.topcoder.com',
- FORUMS: 'https://apps.topcoder.com/forums',
+ FORUMS: 'https://discussions.topcoder.com',
HELP: 'https://www.topcoder.com/thrive/tracks?track=Topcoder&tax=Help%20Articles',
SUBMISSION_REVIEW: 'https://submission-review.topcoder.com',
MEMBER: 'https://member.topcoder.com',
@@ -165,8 +165,7 @@ module.exports = {
},
{
title: 'Forums',
- href: 'https://apps.topcoder.com/forums',
- openNewTab: true,
+ href: 'https://discussions.topcoder.com',
},
{
title: 'Statistics',
diff --git a/src/shared/components/TopcoderFooter/index.jsx b/src/shared/components/TopcoderFooter/index.jsx
index 990491aa97..dd2899be79 100644
--- a/src/shared/components/TopcoderFooter/index.jsx
+++ b/src/shared/components/TopcoderFooter/index.jsx
@@ -71,7 +71,7 @@ export default function TopcoderFooter() {
Blog
Challenge Pipeline
Events Calendar
- Forums
+ Forums
Programs
Statistics
TCO