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"), }; }