Skip to content

Commit 9e2bb77

Browse files
committed
revert back change
1 parent f5c1909 commit 9e2bb77

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ exports[`Default render 1`] = `
143143
"separator": true,
144144
},
145145
Object {
146-
"href": "/thrive/tracks?track=Topcoder&tax=Help%20Articles",
146+
"href": "https://community-app.topcoder-dev.com/thrive/tracks?track=Topcoder&tax=Help%20Articles",
147147
"title": "Help",
148148
},
149149
Object {

config/default.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ module.exports = {
382382
{ separator: true },
383383
{
384384
title: 'Help',
385-
href: '/thrive/tracks?track=Topcoder&tax=Help%20Articles',
385+
href: 'https://community-app.topcoder-dev.com/thrive/tracks?track=Topcoder&tax=Help%20Articles',
386386
},
387387
{ separator: true },
388388
{

config/production.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ module.exports = {
189189
{ separator: true },
190190
{
191191
title: 'Help',
192-
href: '/thrive/tracks?track=Topcoder&tax=Help%20Articles',
192+
href: 'https://www.topcoder.com/thrive/tracks?track=Topcoder&tax=Help%20Articles',
193193
},
194194
{ separator: true },
195195
{

0 commit comments

Comments
 (0)