Skip to content

Commit 71f8325

Browse files
Merge pull request #5435 from rashmi73/issue-5433
issue 5433 fix
2 parents 295b20e + f0cc8b0 commit 71f8325

File tree

1 file changed

+1
-1
lines changed
  • src/shared/components/Settings/Preferences

1 file changed

+1
-1
lines changed

src/shared/components/Settings/Preferences/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export default class Preferences extends React.Component {
8888
case 'e-mail':
8989
return <NewsletterPreferencesContainer email={email} />;
9090
case 'forum':
91-
return (window.location.href = `${config.URL.FORUMS}/?module=Settings`) && <LoadingIndicator />;
91+
return (window.location.href = `${config.URL.FORUMS_VANILLA}/profile/preferences`) && <LoadingIndicator />;
9292
case 'payment':
9393
return (window.location.href = `${config.URL.COMMUNITY}/tc?module=EditPaymentPreferences`) && <LoadingIndicator />;
9494
default:

0 commit comments

Comments
 (0)