diff --git a/jslib b/jslib index 4d6176b2..8cb02994 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit 4d6176b295a384995159ac1730eeb57412008c4f +Subproject commit 8cb029947bff7dda54a45483403c3f505fa3e6bc diff --git a/src/app/app.component.ts b/src/app/app.component.ts index dd1d5e19..e2d07231 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -219,9 +219,7 @@ export class AppComponent implements OnInit { this.i18nService.t("close") ); if (result) { - this.platformUtilsService.launchUri( - "https://help.bitwarden.com/article/fingerprint-phrase/" - ); + this.platformUtilsService.launchUri("https://bitwarden.com/help/fingerprint-phrase/"); } break; case "openPasswordHistory": @@ -263,7 +261,7 @@ export class AppComponent implements OnInit { ); if (emailVerificationConfirmed) { this.platformUtilsService.launchUri( - "https://bitwarden.com/help/article/create-bitwarden-account/" + "https://bitwarden.com/help/create-bitwarden-account/" ); } break; diff --git a/src/app/vault/add-edit.component.ts b/src/app/vault/add-edit.component.ts index 6bab5ec0..c5760b18 100644 --- a/src/app/vault/add-edit.component.ts +++ b/src/app/vault/add-edit.component.ts @@ -119,7 +119,7 @@ export class AddEditComponent extends BaseAddEditComponent implements OnChanges, openHelpReprompt() { this.platformUtilsService.launchUri( - "https://bitwarden.com/help/article/managing-items/#protect-individual-items" + "https://bitwarden.com/help/managing-items/#protect-individual-items" ); } } diff --git a/stores/chocolatey/bitwarden.nuspec b/stores/chocolatey/bitwarden.nuspec index a10fd396..7ec0bf1f 100644 --- a/stores/chocolatey/bitwarden.nuspec +++ b/stores/chocolatey/bitwarden.nuspec @@ -12,7 +12,7 @@ https://cdn.rawgit.com/bitwarden/desktop/51dd1341/resources/icon.png Copyright © 2015-2022 Bitwarden Inc. https://github.com/bitwarden/desktop/ - https://help.bitwarden.com/ + https://bitwarden.com/help/ https://github.com/bitwarden/desktop/issues https://github.com/bitwarden/desktop/releases https://github.com/bitwarden/desktop/blob/master/LICENSE.txt