1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

Update issues link to our new repos (#2655)

This commit is contained in:
Daniel James Smith
2022-05-07 19:52:17 +02:00
committed by GitHub
parent a4a6f12120
commit a0caa89bf0

View File

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