File tree 3 files changed +1
-3
lines changed
src/shared/components/Settings/Preferences
3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,6 @@ module.exports = {
111
111
BLOG_FEED : 'https://www.topcoder.com/blog/feed/' ,
112
112
COMMUNITY : 'https://community.topcoder-dev.com' ,
113
113
FORUMS : 'https://apps.topcoder-dev.com/forums' ,
114
- DISCUSSION_FORUM : 'https://discussions.topcoder.com' ,
115
114
FORUMS_VANILLA : 'https://vanilla.topcoder-dev.com' ,
116
115
HELP : 'https://www.topcoder.com/thrive/tracks?track=Topcoder&tax=Help%20Articles' ,
117
116
SUBMISSION_REVIEW : 'https://submission-review.topcoder-dev.com' ,
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ module.exports = {
31
31
HOME : '/my-dashboard' ,
32
32
COMMUNITY : 'https://community.topcoder.com' ,
33
33
FORUMS : 'https://apps.topcoder.com/forums' ,
34
- DISCUSSION_FORUM : 'https://discussions.topcoder.com' ,
35
34
FORUMS_VANILLA : 'https://discussions.topcoder.com' ,
36
35
HELP : 'https://www.topcoder.com/thrive/tracks?track=Topcoder&tax=Help%20Articles' ,
37
36
SUBMISSION_REVIEW : 'https://submission-review.topcoder.com' ,
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ export default class Preferences extends React.Component {
88
88
case 'e-mail' :
89
89
return < NewsletterPreferencesContainer email = { email } /> ;
90
90
case 'forum' :
91
- return ( window . location . href = `${ config . URL . DISCUSSION_FORUM } /profile/preferences` ) && < LoadingIndicator /> ;
91
+ return ( window . location . href = `${ config . URL . FORUMS_VANILLA } /profile/preferences` ) && < LoadingIndicator /> ;
92
92
case 'payment' :
93
93
return ( window . location . href = `${ config . URL . COMMUNITY } /tc?module=EditPaymentPreferences` ) && < LoadingIndicator /> ;
94
94
default :
You can’t perform that action at this time.
0 commit comments