chore: make Discord invite non-vanity (#31991)

This commit is contained in:
Erick Zhao 2021-11-25 16:10:07 -08:00 committed by GitHub
parent 4609d4cb7a
commit b4b0667d52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -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) [![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) [![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: 🇨🇳 🇧🇷 🇪🇸 🇯🇵 🇷🇺 🇫🇷 🇺🇸 🇩🇪. :memo: Available Translations: 🇨🇳 🇧🇷 🇪🇸 🇯🇵 🇷🇺 🇫🇷 🇺🇸 🇩🇪.
View these docs in other languages at [electron/i18n](https://github.com/electron/i18n/tree/master/content/). View these docs in other languages at [electron/i18n](https://github.com/electron/i18n/tree/master/content/).

View file

@ -10,7 +10,7 @@ for answers to questions,
or to join in discussion with other developers who use Electron, or to join in discussion with other developers who use Electron,
you can interact with the community in these locations: 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 * Getting help
* Ecosystem apps like [Electron Forge](https://github.com/electron-userland/electron-forge) and [Electron Fiddle](https://github.com/electron/fiddle) * 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 * Sharing ideas with other Electron app developers

View file

@ -31,7 +31,7 @@ export const setDefaultApplicationMenu = () => {
{ {
label: 'Community Discussions', label: 'Community Discussions',
click: async () => { click: async () => {
await shell.openExternal('https://discord.gg/electron'); await shell.openExternal('https://discord.com/invite/APGC3k5yaH');
} }
}, },
{ {