diff --git a/branding/constants/emails.js b/branding/constants/emails.js index f66a396..30a00b3 100644 --- a/branding/constants/emails.js +++ b/branding/constants/emails.js @@ -3,6 +3,6 @@ export default { SUPPORT_EMAIL: 'team@wir.social', MODERATION_EMAIL: 'team@wir.social', // ATTENTION: the following links have to be defined even for internal pages with full URLs as example like 'https://staging.ocelot.social/support', because they are used in e-mails! - ORGANIZATION_LINK: 'https://wir.social/organization', - SUPPORT_LINK: 'https://wir.social/support', + ORGANIZATION_LINK: 'https://webcraft-media.de', // Wolle 'https://wir.social/organization', + SUPPORT_LINK: 'https://webcraft-media.de', // Wolle 'https://wir.social/support', }