Merge pull request #733 from djsmith85/master

Fixes #723
This commit is contained in:
Chad Scharf 2021-02-24 16:13:26 -05:00 committed by GitHub
commit 6a5d24be5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ export class MenuMain extends BaseMenu {
},
{
label: this.main.i18nService.t('fileBugReport'),
click: () => shell.openExternal('https://github.com/bitwarden/desktop'),
click: () => shell.openExternal('https://github.com/bitwarden/desktop/issues'),
},
];