Skip to content

Commit d75f06d

Browse files
author
vikasrohit
authored
Merge pull request #576 from appirio-tech/fnisen-patch-2
Updating footer Help link
2 parents 4205fe0 + b07025e commit d75f06d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Footer/Footer.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const Footer = () => {
99
const otherNavigationItems = [
1010
{img: '', text: 'About', link: 'https://www.topcoder.com/about-topcoder/', target: '_blank'},
1111
{img: '', text: 'Contact', link: 'https://www.topcoder.com/about-topcoder/contact/', target: '_blank'},
12-
{img: '', text: 'Help', link: 'https://help.topcoder.com/hc/en-us', target: '_blank'},
12+
{img: '', text: 'Help', link: 'https://help.topcoder.com/hc/en-us/articles/225540188-Topcoder-Connect-FAQs', target: '_blank'},
1313
{img: '', text: 'Privacy', link: 'https://www.topcoder.com/community/how-it-works/privacy-policy/', target: '_blank'},
1414
{img: '', text: 'Terms', link: 'https://connect.topcoder.com/terms'}
1515
]

0 commit comments

Comments
 (0)