chore: update Discord invite links (#34730)
This commit is contained in:
parent
98cd16d336
commit
c418275228
6 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
[](https://circleci.com/gh/electron/electron/tree/main)
|
[](https://circleci.com/gh/electron/electron/tree/main)
|
||||||
[](https://ci.appveyor.com/project/electron-bot/electron-ljo26/branch/main)
|
[](https://ci.appveyor.com/project/electron-bot/electron-ljo26/branch/main)
|
||||||
[](https://discord.com/invite/APGC3k5yaH)
|
[](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/).
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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');
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue