chore: update Community link in default menu (#28449)

This commit is contained in:
Erick Zhao 2021-03-30 23:22:55 -07:00 committed by GitHub
parent 52262a9db0
commit f55aa78883
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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');
}
},
{