mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 06:43:35 +00:00
[Help] Update links to new pattern (#658)
* [Help] Updated urls to current pattern * Rotate key update
This commit is contained in:
@@ -209,7 +209,7 @@ export class AttachmentsComponent implements OnInit {
|
||||
);
|
||||
if (confirmed) {
|
||||
this.platformUtilsService.launchUri(
|
||||
"https://help.bitwarden.com/article/update-encryption-key/"
|
||||
"https://bitwarden.com/help/account-encryption-key/#rotate-your-encryption-key"
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -32,7 +32,7 @@ export class TwoFactorOptionsComponent implements OnInit {
|
||||
}
|
||||
|
||||
recover() {
|
||||
this.platformUtilsService.launchUri("https://help.bitwarden.com/article/lost-two-step-device/");
|
||||
this.platformUtilsService.launchUri("https://bitwarden.com/help/lost-two-step-device/");
|
||||
this.onRecoverSelected.emit();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user