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

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