File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
src/shared/components/Settings/Preferences Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -111,6 +111,7 @@ 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' ,
114
115
FORUMS_VANILLA : 'https://vanilla.topcoder-dev.com' ,
115
116
HELP : 'https://www.topcoder.com/thrive/tracks?track=Topcoder&tax=Help%20Articles' ,
116
117
SUBMISSION_REVIEW : 'https://submission-review.topcoder-dev.com' ,
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ 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' ,
34
35
FORUMS_VANILLA : 'https://discussions.topcoder.com' ,
35
36
HELP : 'https://www.topcoder.com/thrive/tracks?track=Topcoder&tax=Help%20Articles' ,
36
37
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 . FORUMS } /?module=Settings ` ) && < LoadingIndicator /> ;
91
+ return ( window . location . href = `${ config . URL . DISCUSSION_FORUM } /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