chore: update Community link in default menu (#28449)
This commit is contained in:
parent
52262a9db0
commit
f55aa78883
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ export const setDefaultApplicationMenu = () => {
|
|||
{
|
||||
label: 'Community Discussions',
|
||||
click: async () => {
|
||||
await shell.openExternal('https://discuss.atom.io/c/electron');
|
||||
await shell.openExternal('https://discord.gg/electron');
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue