1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 10:13:31 +00:00

[Help] Update links to new pattern (#1300)

* [Help] Update links to new pattern

* Update jslib
This commit is contained in:
Vincent Salucci
2022-02-08 18:02:17 -06:00
committed by GitHub
parent bd2ed43498
commit c51b8523b7
4 changed files with 5 additions and 7 deletions

View File

@@ -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;

View File

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