@@ -105,13 +105,12 @@ class TopBarContainer extends React.Component {
105105 { label : 'My profile' , link : '/settings/profile' } ,
106106 { label : 'Account and security' , link : '/settings/account' } ,
107107 { label : 'Notification settings' , link : '/settings/notifications' } ,
108- { label : 'Getting Started' , link : 'https://www.topcoder.com/about-topcoder/connect/' , absolute : true } ,
109108 { label : 'Help' , link : 'https://help.topcoder.com/hc/en-us' , absolute : true } ,
110109 ]
111110 } , {
112111 items : [
113- { label : 'About' , link : 'https://www.topcoder.com/about-topcoder /' , absolute : true } ,
114- { label : 'Contacts ' , link : 'https://www.topcoder.com/about-topcoder /contact/' , absolute : true } ,
112+ { label : 'About' , link : 'https://www.topcoder.com/about/' , absolute : true } ,
113+ { label : 'Contact us ' , link : 'https://www.topcoder.com/contact/' , absolute : true } ,
115114 { label : 'Privacy' , link : 'https://www.topcoder.com/community/how-it-works/privacy-policy/' , absolute : true } ,
116115 { label : 'Terms' , link : 'https://connect.topcoder.com/terms' , absolute : true } ,
117116 ]
0 commit comments