Skip to content

Commit 60155e2

Browse files
Fix Issue #3515 : Change How It Works URL from Community menu
1 parent e09ed8a commit 60155e2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ exports[`Default render 1`] = `
2727
"title": "Overview",
2828
},
2929
Object {
30-
"href": "https://www.topcoder-dev.com/how-it-works/faqs/",
30+
"href": "https://www.topcoder.com/thrive/tracks?track=Topcoder",
3131
"title": "How It Works",
3232
},
3333
],

config/default.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ module.exports = {
291291
},
292292
{
293293
title: 'How It Works',
294-
href: 'https://www.topcoder-dev.com/how-it-works/faqs/',
294+
href: 'https://www.topcoder.com/thrive/tracks?track=Topcoder',
295295
},
296296
],
297297
subMenu: [

config/production.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ module.exports = {
8787
},
8888
{
8989
title: 'How It Works',
90-
href: 'https://www.topcoder.com/how-it-works/faqs/',
90+
href: 'https://www.topcoder.com/thrive/tracks?track=Topcoder',
9191
},
9292
],
9393
subMenu: [

0 commit comments

Comments
 (0)