From b4b0667d5281d0caaba6f1bb9f33094fde37b58d Mon Sep 17 00:00:00 2001 From: Erick Zhao Date: Thu, 25 Nov 2021 16:10:07 -0800 Subject: [PATCH] chore: make Discord invite non-vanity (#31991) --- README.md | 2 +- docs/tutorial/support.md | 2 +- lib/browser/default-menu.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fbb5c5081f..fe13fee42f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![CircleCI Build Status](https://circleci.com/gh/electron/electron/tree/main.svg?style=shield)](https://circleci.com/gh/electron/electron/tree/main) [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/4lggi9dpjc1qob7k/branch/main?svg=true)](https://ci.appveyor.com/project/electron-bot/electron-ljo26/branch/main) -[![Electron Discord Invite](https://img.shields.io/discord/745037351163527189?color=%237289DA&label=chat&logo=discord&logoColor=white)](https://discord.com/invite/electron) +[![Electron Discord Invite](https://img.shields.io/discord/745037351163527189?color=%237289DA&label=chat&logo=discord&logoColor=white)](https://discord.com/invite/APGC3k5yaH) :memo: Available Translations: πŸ‡¨πŸ‡³ πŸ‡§πŸ‡· πŸ‡ͺπŸ‡Έ πŸ‡―πŸ‡΅ πŸ‡·πŸ‡Ί πŸ‡«πŸ‡· πŸ‡ΊπŸ‡Έ πŸ‡©πŸ‡ͺ. View these docs in other languages at [electron/i18n](https://github.com/electron/i18n/tree/master/content/). diff --git a/docs/tutorial/support.md b/docs/tutorial/support.md index 8f1d460191..e757ec22e2 100644 --- a/docs/tutorial/support.md +++ b/docs/tutorial/support.md @@ -10,7 +10,7 @@ for answers to questions, or to join in discussion with other developers who use Electron, you can interact with the community in these locations: -* [`Electron's Discord`](https://discord.com/invite/electron) has channels for: +* [Electron's Discord server](https://discord.com/invite/APGC3k5yaH) has channels for: * Getting help * Ecosystem apps like [Electron Forge](https://github.com/electron-userland/electron-forge) and [Electron Fiddle](https://github.com/electron/fiddle) * Sharing ideas with other Electron app developers diff --git a/lib/browser/default-menu.ts b/lib/browser/default-menu.ts index 0c1013c0a8..b91a7caea4 100644 --- a/lib/browser/default-menu.ts +++ b/lib/browser/default-menu.ts @@ -31,7 +31,7 @@ export const setDefaultApplicationMenu = () => { { label: 'Community Discussions', click: async () => { - await shell.openExternal('https://discord.gg/electron'); + await shell.openExternal('https://discord.com/invite/APGC3k5yaH'); } }, {