Skip to content

Commit f3261d3

Browse files
committed
Fix #4616
1 parent 927276c commit f3261d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/default.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ module.exports = {
382382
ACCOUNT_MENU: [
383383
{
384384
title: 'Settings',
385-
href: '/settings/profile',
385+
href: 'https://community-app.topcoder-dev.com/settings/profile',
386386
},
387387
{ separator: true },
388388
{

config/production.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ module.exports = {
185185
ACCOUNT_MENU: [
186186
{
187187
title: 'Settings',
188-
href: '/settings/profile',
188+
href: 'https://topcoder.com/settings/profile',
189189
},
190190
{ separator: true },
191191
{

0 commit comments

Comments
 (0)