Change the link for fileBugReport to point to https://github.com/bitwarden/desktop/issues
This commit is contained in:
Daniel James Smith 2021-02-24 20:07:36 +01:00
parent 3406734eed
commit 8207d86df5
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'),
},
];