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
1 changed files with 1 additions and 1 deletions

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