Skip to content

Commit 67e4338

Browse files
committed
Update for #3644
1 parent 8668ac4 commit 67e4338

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

__tests__/shared/components/__snapshots__/TopcoderFooter.jsx.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ exports[`Matches shallow shapshot 1`] = `
2828
className="src-shared-components-TopcoderFooter-___style__link___3-nzm"
2929
>
3030
<a
31-
href="https://help.topcoder-dev.com"
31+
href="https://www.topcoder.com/thrive/tracks?track=Topcoder"
3232
>
3333
HELP CENTER
3434
</a>

config/default.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ module.exports = {
113113
BLOG_FEED: 'https://www.topcoder.com/blog/feed/',
114114
COMMUNITY: 'https://community.topcoder-dev.com',
115115
FORUMS: 'https://apps.topcoder-dev.com/forums',
116-
HELP: 'https://help.topcoder-dev.com',
116+
HELP: 'https://www.topcoder.com/thrive/tracks?track=Topcoder',
117117

118118
COMMUNITIES: {
119119
BLOCKCHAIN: 'https://blockchain.topcoder-dev.com',

config/production.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ module.exports = {
2929
BASE: 'https://www.topcoder.com',
3030
COMMUNITY: 'https://community.topcoder.com',
3131
FORUMS: 'https://apps.topcoder.com/forums',
32-
HELP: 'https://help.topcoder.com',
32+
HELP: 'https://www.topcoder.com/thrive/tracks?track=Topcoder',
3333
MEMBER: 'https://member.topcoder.com',
3434
ONLINE_REVIEW: 'https://software.topcoder.com',
3535
PAYMENT_TOOL: 'https://payment.topcoder.com',

0 commit comments

Comments
 (0)