diff --git a/README.md b/README.md index 4a8dcfcc8c..aead7ae0da 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Stay in touch with Processing Foundation across other platforms: - [Instagram](https://www.instagram.com/p5xjs) - [Youtube](https://www.youtube.com/@ProcessingFoundation) - [X](https://x.com/p5xjs) -- Discord (invitation link coming soon!) +- [Discord](https://discord.com/invite/esmGA6H6wm) - [Forum](https://discourse.processing.org) diff --git a/client/modules/About/statics/aboutData.js b/client/modules/About/statics/aboutData.js index b00583cd0c..a8623cfa7f 100644 --- a/client/modules/About/statics/aboutData.js +++ b/client/modules/About/statics/aboutData.js @@ -14,7 +14,7 @@ export const ContactSectionLinks = [ { label: 'About.X', href: 'https://x.com/p5xjs' }, { label: 'About.Discord', - href: 'https://discord.gg/SHQ8dH25r9' + href: 'https://discord.gg/esmGA6H6wm' }, { label: 'About.Forum', @@ -82,7 +82,7 @@ export const AboutSectionInfo = [ description: 'About.LinkDescriptions.Forum' }, { - url: 'https://discord.com/invite/SHQ8dH25r9', + url: 'https://discord.com/invite/esmGA6H6wm', title: 'About.DiscordCTA', description: 'About.LinkDescriptions.Discord' }