chore: update Discord invite links (#34730)

This commit is contained in:
David Sanders 2022-07-05 08:55:15 -07:00 committed by GitHub
parent 98cd16d336
commit c418275228
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 7 additions and 7 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/APGC3k5yaH) [![Electron Discord Invite](https://img.shields.io/discord/745037351163527189?color=%237289DA&label=chat&logo=discord&logoColor=white)](https://discord.gg/electronjs)
: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

@ -50,7 +50,7 @@ guide!).
You can find the full list of "How to?" in the sidebar. If there is You can find the full list of "How to?" in the sidebar. If there is
something that you would like to do that is not documented, please join something that you would like to do that is not documented, please join
our [Discord server][] and let us know! our [Discord server][discord] and let us know!
[discord server]: https://discord.com/invite/electron [discord]: https://discord.gg/electronjs
[fiddle]: https://www.electronjs.org/fiddle [fiddle]: https://www.electronjs.org/fiddle

View file

@ -68,7 +68,7 @@ Are you getting stuck anywhere? Here are a few links to places to look:
[api documentation]: ../api/app.md [api documentation]: ../api/app.md
[chromium]: https://www.chromium.org/ [chromium]: https://www.chromium.org/
[discord]: https://discord.com/invite/APGC3k5yaH [discord]: https://discord.gg/electronjs
[examples]: examples.md [examples]: examples.md
[fiddle]: https://electronjs.org/fiddle [fiddle]: https://electronjs.org/fiddle
[issue-tracker]: https://github.com/electron/electron/issues [issue-tracker]: https://github.com/electron/electron/issues

View file

@ -62,7 +62,7 @@ into end users' hands.
<!-- Link labels --> <!-- Link labels -->
[discord]: https://discord.com/invite/APGC3k5yaH [discord]: https://discord.gg/electronjs
[github]: https://github.com/electron/electronjs.org-new/issues/new [github]: https://github.com/electron/electronjs.org-new/issues/new
[how to]: ./examples.md [how to]: ./examples.md
[node-platform]: https://nodejs.org/api/process.html#process_process_platform [node-platform]: https://nodejs.org/api/process.html#process_process_platform

View file

@ -226,7 +226,7 @@ rest of our docs and happy developing! If you have questions, please stop by our
[autoupdater]: ../api/auto-updater.md [autoupdater]: ../api/auto-updater.md
[code-signed]: ./code-signing.md [code-signed]: ./code-signing.md
[discord server]: https://discord.com/invite/APGC3k5yaH [discord server]: https://discord.gg/electronjs
[electron fiddle]: https://electronjs.org/fiddle [electron fiddle]: https://electronjs.org/fiddle
[fiddle-build]: https://github.com/electron/fiddle/blob/master/.github/workflows/build.yaml [fiddle-build]: https://github.com/electron/fiddle/blob/master/.github/workflows/build.yaml
[fiddle-forge-config]: https://github.com/electron/fiddle/blob/master/forge.config.js [fiddle-forge-config]: https://github.com/electron/fiddle/blob/master/forge.config.js

View file

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