Skip to content

Commit 43fe9af

Browse files
committed
issue 2396 fix_s3_4
1 parent 506e7c9 commit 43fe9af

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
@@ -26,7 +26,7 @@ exports[`Default render 1`] = `
2626
"title": "How It Works",
2727
},
2828
Object {
29-
"href": "https://www.topcoder-dev.com/community/learn",
29+
"href": "/community/learn",
3030
"title": "Tracks",
3131
},
3232
Object {

config/default.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ module.exports = {
243243
},
244244
{
245245
title: 'Tracks',
246-
href: 'https://www.topcoder-dev.com/community/learn',
246+
href: '/community/learn',
247247
},
248248
{
249249
title: 'Why Join',

config/production.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ module.exports = {
8686
},
8787
{
8888
title: 'Tracks',
89-
href: 'https://www.topcoder.com/community/learn',
89+
href: '/community/learn',
9090
},
9191
{
9292
title: 'Why Join',

0 commit comments

Comments
 (0)