Skip to content

Commit a0f91f9

Browse files
authored
Merge pull request #4008 from Nitin2332/fix/update-discord-links
Update Discord invite links in p5.js-web-editor
2 parents ba11aaf + f32f644 commit a0f91f9

3 files changed

Lines changed: 4 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Stay in touch with Processing Foundation across other platforms:
1515
- [Instagram](https://www.instagram.com/p5xjs)
1616
- [Youtube](https://www.youtube.com/@ProcessingFoundation)
1717
- [X](https://x.com/p5xjs)
18-
- [Discord](https://discord.com/invite/esmGA6H6wm)
18+
- [Discord](https://discord.p5js.org)
1919
- [Forum](https://discourse.processing.org)
2020

2121
## Using the p5.js Editor 🤔

client/modules/About/statics/aboutData.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export const ContactSectionLinks: ContactSectionLink[] = [
1919
{ label: 'About.X', href: 'https://x.com/p5xjs' },
2020
{
2121
label: 'About.Discord',
22-
href: 'https://discord.gg/esmGA6H6wm'
22+
href: 'https://discord.p5js.org'
2323
},
2424
{
2525
label: 'About.Forum',
@@ -87,7 +87,7 @@ export const AboutSectionInfo: AboutSectionInfoSection[] = [
8787
description: 'About.LinkDescriptions.Forum'
8888
},
8989
{
90-
url: 'https://discord.com/invite/esmGA6H6wm',
90+
url: 'https://discord.p5js.org',
9191
title: 'About.DiscordCTA',
9292
description: 'About.LinkDescriptions.Discord'
9393
}

client/modules/IDE/components/Header/Nav.jsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -321,10 +321,7 @@ const ProjectMenu = () => {
321321
>
322322
{t('Nav.Help.ReportBug')}
323323
</MenubarItem>
324-
<MenubarItem
325-
id="help-discord"
326-
href="https://discord.com/invite/SHQ8dH25r9"
327-
>
324+
<MenubarItem id="help-discord" href="https://discord.p5js.org">
328325
{t('Nav.Help.ChatOnDiscord')}
329326
</MenubarItem>
330327
<MenubarItem

0 commit comments

Comments
 (0)