From 8207d86df5b5c8c99501898ce7d28839ef2d0f8a Mon Sep 17 00:00:00 2001 From: Daniel James Smith Date: Wed, 24 Feb 2021 20:07:36 +0100 Subject: [PATCH] Fixes #723 Change the link for fileBugReport to point to https://github.com/bitwarden/desktop/issues --- src/main/menu.main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/menu.main.ts b/src/main/menu.main.ts index 0d7d124e39..06acb7ec2a 100644 --- a/src/main/menu.main.ts +++ b/src/main/menu.main.ts @@ -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'), }, ];