Fix broken link to open Edge extension store from Help menu (#1025)

This commit is contained in:
Daniel James Smith 2021-08-18 07:46:53 +02:00 committed by GitHub
parent 3100f55d51
commit 72b688e241
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -296,8 +296,8 @@ export class MenuMain extends BaseMenu {
{
label: 'Edge',
click: () => {
shell.openExternal('https://www.microsoft.com/store/p/' +
'bitwarden-free-password-manager/9p6kxl0svnnl');
shell.openExternal('https://microsoftedge.microsoft.com/addons/' +
'detail/jbkfoedolllekgbhcbcoahefnbanhhlh');
},
},
{