1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-29 04:17:41 +02: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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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