Skip to content

Commit ff876f6

Browse files
authored
Merge pull request #4042 from topcoder-platform/feature-contentful
Feature contentful
2 parents adcc1df + 05bcf2c commit ff876f6

File tree

22 files changed

+4986
-4699
lines changed

22 files changed

+4986
-4699
lines changed

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

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

config/default.js

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

config/production.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ module.exports = {
185185
{ separator: true },
186186
{
187187
title: 'Help',
188-
href: 'https://help.topcoder.com/',
188+
href: 'https://www.topcoder.com/thrive/tracks?track=Topcoder',
189189
},
190190
{ separator: true },
191191
{

0 commit comments

Comments
 (0)