diff --git a/__tests__/shared/components/Header/__snapshots__/index.jsx.snap b/__tests__/shared/components/Header/__snapshots__/index.jsx.snap index 6113dfe61b..73577bdc8e 100644 --- a/__tests__/shared/components/Header/__snapshots__/index.jsx.snap +++ b/__tests__/shared/components/Header/__snapshots__/index.jsx.snap @@ -108,7 +108,7 @@ exports[`Default render 1`] = ` "title": "Events", }, Object { - "href": "/blog", + "href": "https://www.topcoder-dev.com/blog", "title": "Blog", }, Object { diff --git a/config/default.js b/config/default.js index 7a63f711ed..1282fe6778 100644 --- a/config/default.js +++ b/config/default.js @@ -109,7 +109,7 @@ module.exports = { ARENA: 'https://arena.topcoder-dev.com', AUTH: 'http://accounts.topcoder-dev.com', BASE: 'https://www.topcoder-dev.com', - BLOG: 'https://www.topcoder.com/blog', + BLOG: 'https://www.topcoder-dev.com/blog', BLOG_FEED: 'https://www.topcoder.com/blog/feed/', COMMUNITY: 'https://community.topcoder-dev.com', FORUMS: 'https://apps.topcoder-dev.com/forums', @@ -325,7 +325,7 @@ module.exports = { }, { title: 'Blog', - href: '/blog', + href: 'https://www.topcoder-dev.com/blog', }, { title: 'Thrive', diff --git a/config/production.js b/config/production.js index 84208142d1..84e32610bc 100644 --- a/config/production.js +++ b/config/production.js @@ -159,7 +159,7 @@ module.exports = { }, { title: 'Blog', - href: '/blog', + href: 'https://www.topcoder.com/blog', }, { title: 'Thrive',