Skip to content

Commit

Permalink
chore: update Discord invite links (#34730)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 committed Jul 5, 2022
1 parent 98cd16d commit c418275
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/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: 🇨🇳 🇧🇷 🇪🇸 🇯🇵 🇷🇺 🇫🇷 🇺🇸 🇩🇪.
View these docs in other languages at [electron/i18n](https://github.com/electron/i18n/tree/master/content/).
Expand Down
4 changes: 2 additions & 2 deletions docs/tutorial/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ guide!).

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
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
2 changes: 1 addition & 1 deletion docs/tutorial/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Are you getting stuck anywhere? Here are a few links to places to look:

[api documentation]: ../api/app.md
[chromium]: https://www.chromium.org/
[discord]: https://discord.com/invite/APGC3k5yaH
[discord]: https://discord.gg/electronjs
[examples]: examples.md
[fiddle]: https://electronjs.org/fiddle
[issue-tracker]: https://github.com/electron/electron/issues
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial/tutorial-4-adding-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ into end users' hands.

<!-- Link labels -->

[discord]: https://discord.com/invite/APGC3k5yaH
[discord]: https://discord.gg/electronjs
[github]: https://github.com/electron/electronjs.org-new/issues/new
[how to]: ./examples.md
[node-platform]: https://nodejs.org/api/process.html#process_process_platform
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial/tutorial-6-publishing-updating.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ rest of our docs and happy developing! If you have questions, please stop by our

[autoupdater]: ../api/auto-updater.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
[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
Expand Down
2 changes: 1 addition & 1 deletion lib/browser/default-menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const setDefaultApplicationMenu = () => {
{
label: 'Community Discussions',
click: async () => {
await shell.openExternal('https://discord.com/invite/APGC3k5yaH');
await shell.openExternal('https://discord.gg/electronjs');
}
},
{
Expand Down

0 comments on commit c418275

Please sign in to comment.