Skip to content

Commit ebfe780

Browse files
authored
Merge pull request #4027 from topcoder-platform/feature-contentful
Contentful updates
2 parents ce91682 + 543c173 commit ebfe780

File tree

23 files changed

+6564
-5439
lines changed

23 files changed

+6564
-5439
lines changed

.circleci/config.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -181,13 +181,14 @@ workflows:
181181
filters:
182182
branches:
183183
only:
184-
- hot-fixes-leaderboard
184+
- develop
185185
# This is beta env for production soft releases
186186
- "build-prod-beta":
187187
context : org-global
188188
filters:
189189
branches:
190190
only:
191+
- develop
191192
- feature-contentful
192193
# Production builds are exectuted only on tagged commits to the
193194
# master branch.

__tests__/shared/components/Header/__snapshots__/index.jsx.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ exports[`Default render 1`] = `
138138
"separator": true,
139139
},
140140
Object {
141-
"href": "https://help.topcoder-dev.com/",
141+
"href": "https://community-app.topcoder-dev.com/thrive/tracks?track=Topcoder",
142142
"title": "Help",
143143
},
144144
Object {

config/default.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ module.exports = {
360360
{ separator: true },
361361
{
362362
title: 'Help',
363-
href: 'https://help.topcoder-dev.com/',
363+
href: 'https://community-app.topcoder-dev.com/thrive/tracks?track=Topcoder',
364364
},
365365
{ separator: true },
366366
{

config/production.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ module.exports = {
183183
{ separator: true },
184184
{
185185
title: 'Help',
186-
href: 'https://help.topcoder.com/',
186+
href: 'https://www.topcoder.com/thrive/tracks?track=Topcoder',
187187
},
188188
{ separator: true },
189189
{

0 commit comments

Comments
 (0)