Skip to content

Commit 7d299a8

Browse files
authored
Merge branch 'develop' into add-donate-widget
2 parents 1537cdf + f87e90e commit 7d299a8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Stay in touch with Processing Foundation across other platforms:
1414
- [Instagram](https://www.instagram.com/p5xjs)
1515
- [Youtube](https://www.youtube.com/@ProcessingFoundation)
1616
- [X](https://x.com/p5xjs)
17-
- Discord (invitation link coming soon!)
17+
- [Discord](https://discord.com/invite/esmGA6H6wm)
1818
- [Forum](https://discourse.processing.org)
1919

2020

client/modules/About/statics/aboutData.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const ContactSectionLinks = [
1414
{ label: 'About.X', href: 'https://x.com/p5xjs' },
1515
{
1616
label: 'About.Discord',
17-
href: 'https://discord.gg/SHQ8dH25r9'
17+
href: 'https://discord.gg/esmGA6H6wm'
1818
},
1919
{
2020
label: 'About.Forum',
@@ -82,7 +82,7 @@ export const AboutSectionInfo = [
8282
description: 'About.LinkDescriptions.Forum'
8383
},
8484
{
85-
url: 'https://discord.com/invite/SHQ8dH25r9',
85+
url: 'https://discord.com/invite/esmGA6H6wm',
8686
title: 'About.DiscordCTA',
8787
description: 'About.LinkDescriptions.Discord'
8888
}

translations/locales/en-US/translations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225
"SoundAddon": "p5.sound.js Add-on Library",
226226
"PreloadAddon": "p5.js 1.x Compatibility Add-on Library — Preload",
227227
"ShapesAddon": "p5.js 1.x Compatibility Add-on Library — Shapes",
228-
"DataAddon": "p5.js 1.x Compatibility Add-on Library — Data Structures",
228+
"DataAddon": "p5.js 1.x Compatibility Add-on Library — Data & Events",
229229
"AddonOnARIA": "on",
230230
"AddonOffARIA": "off",
231231
"SoundReference": "View the reference for p5.sound compatible with p5.js $VERSION",

0 commit comments

Comments
 (0)