diff --git a/src/components/Footer/Footer.jsx b/src/components/Footer/Footer.jsx index 35b7d6eb4..2d463657b 100644 --- a/src/components/Footer/Footer.jsx +++ b/src/components/Footer/Footer.jsx @@ -10,10 +10,11 @@ require('./Footer.scss') const Footer = () => { const currentYear = moment().format('YYYY') const otherNavigationItems = [ - {img: '', text: 'About', link: 'https://www.topcoder.com/about/', target: '_blank'}, - {img: '', text: 'Contact us', link: 'https://www.topcoder.com/contact/', target: '_blank'}, - {img: '', text: 'Privacy', link: 'https://www.topcoder.com/community/how-it-works/privacy-policy/', target: '_blank'}, - {img: '', text: 'Terms', link: 'https://connect.topcoder.com/terms', target: '_blank'} + {img: '', text: 'About', link: 'https://www.topcoder.com/company/', target: '_blank'}, + {img: '', text: 'Contact us', link: 'https://www.topcoder.com/contact-us/', target: '_blank'}, + {img: '', text: 'Privacy', link: 'https://www.topcoder.com/privacy-policy/', target: '_blank'}, + {img: '', text: 'Terms', link: 'https://connect.topcoder.com/terms', target: '_blank'}, + {img: '', text: 'Our Process', link: 'https://www.topcoder.com/solutions/how-it-works/', target: '_blank'} ] const isProjectDetails = /projects\/\d+/.test(window.location.pathname) const isCreateProject = window.location.pathname.startsWith(NEW_PROJECT_PATH) diff --git a/src/components/FooterV2/FooterV2.jsx b/src/components/FooterV2/FooterV2.jsx index 0c2078f47..da84989d8 100644 --- a/src/components/FooterV2/FooterV2.jsx +++ b/src/components/FooterV2/FooterV2.jsx @@ -5,10 +5,11 @@ import './FooterV2.scss' const FooterV2 = () => (