From a0caa89bf0c783eaa9d73065db8e0b0f66e45504 Mon Sep 17 00:00:00 2001 From: Daniel James Smith Date: Sat, 7 May 2022 19:52:17 +0200 Subject: [PATCH] Update issues link to our new repos (#2655) --- apps/desktop/src/main/menu/menu.help.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/desktop/src/main/menu/menu.help.ts b/apps/desktop/src/main/menu/menu.help.ts index d425da8f21..4ac04c490b 100644 --- a/apps/desktop/src/main/menu/menu.help.ts +++ b/apps/desktop/src/main/menu/menu.help.ts @@ -64,7 +64,7 @@ export class HelpMenu implements IMenubarMenu { return { id: "fileBugReport", label: this.localize("fileBugReport"), - click: () => shell.openExternal("https://github.com/bitwarden/desktop/issues"), + click: () => shell.openExternal("https://github.com/bitwarden/clients/issues"), }; }