Browse Source

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

Erick Zhao 4 years ago
parent
commit
f55aa78883
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/browser/default-menu.ts

+ 1 - 1
lib/browser/default-menu.ts

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