diff --git a/__tests__/shared/components/Header/__snapshots__/index.jsx.snap b/__tests__/shared/components/Header/__snapshots__/index.jsx.snap index 64c4410dc1..6113dfe61b 100644 --- a/__tests__/shared/components/Header/__snapshots__/index.jsx.snap +++ b/__tests__/shared/components/Header/__snapshots__/index.jsx.snap @@ -88,7 +88,7 @@ exports[`Default render 1`] = ` Object { "subMenu": Array [ Object { - "href": "/tco", + "href": "/community/member-programs/topcoder-open", "title": "TCO", }, Object { diff --git a/config/default.js b/config/default.js index 00f1835fc0..7a63f711ed 100644 --- a/config/default.js +++ b/config/default.js @@ -305,7 +305,7 @@ module.exports = { subMenu: [ { title: 'TCO', - href: '/tco', + href: '/community/member-programs/topcoder-open', }, { title: 'Programs', diff --git a/config/production.js b/config/production.js index 781bcf4f09..84208142d1 100644 --- a/config/production.js +++ b/config/production.js @@ -139,7 +139,7 @@ module.exports = { subMenu: [ { title: 'TCO', - href: '/tco', + href: '/community/member-programs/topcoder-open', }, { title: 'Programs',