Skip to content

Commit 2227890

Browse files
Navigation: Fix HELP link in account menu
1 parent f344d93 commit 2227890

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": "https://community-app.topcoder-dev.com/thrive/tracks?track=Topcoder",
146+
"href": "/thrive/tracks?track=Topcoder",
147147
"title": "Help",
148148
},
149149
Object {

config/default.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ module.exports = {
375375
{ separator: true },
376376
{
377377
title: 'Help',
378-
href: 'https://community-app.topcoder-dev.com/thrive/tracks?track=Topcoder',
378+
href: '/thrive/tracks?track=Topcoder',
379379
},
380380
{ separator: true },
381381
{

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: 'https://www.topcoder.com/thrive/tracks?track=Topcoder',
192+
href: '/thrive/tracks?track=Topcoder',
193193
},
194194
{ separator: true },
195195
{

0 commit comments

Comments
 (0)