Skip to content

Commit 18a5ab7

Browse files
committed
Fix #3990
1 parent e316f4f commit 18a5ab7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/default.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ module.exports = {
355355
{ separator: true },
356356
{
357357
title: 'Help',
358-
href: 'https://help.topcoder-dev.com/',
358+
href: 'https://community-app.topcoder-dev.com/thrive/tracks?track=Topcoder',
359359
},
360360
{ separator: true },
361361
{

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)