We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 506e7c9 commit 43fe9afCopy full SHA for 43fe9af
__tests__/shared/components/Header/__snapshots__/index.jsx.snap
@@ -26,7 +26,7 @@ exports[`Default render 1`] = `
26
"title": "How It Works",
27
},
28
Object {
29
- "href": "https://www.topcoder-dev.com/community/learn",
+ "href": "/community/learn",
30
"title": "Tracks",
31
32
config/default.js
@@ -243,7 +243,7 @@ module.exports = {
243
244
{
245
title: 'Tracks',
246
- href: 'https://www.topcoder-dev.com/community/learn',
+ href: '/community/learn',
247
248
249
title: 'Why Join',
config/production.js
@@ -86,7 +86,7 @@ module.exports = {
86
87
88
89
- href: 'https://www.topcoder.com/community/learn',
90
91
92
0 commit comments