1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 00:03:56 +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

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