Skip to content
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.

Commit

Permalink
[Help] Update links to new pattern (#658)
Browse files Browse the repository at this point in the history
* [Help] Updated urls to current pattern

* Rotate key update
  • Loading branch information
vincentsalucci committed Feb 8, 2022
1 parent 8130fce commit 8cb0299
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion angular/src/components/attachments.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
);
}
}
Expand Down
2 changes: 1 addition & 1 deletion angular/src/components/two-factor-options.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
}
2 changes: 1 addition & 1 deletion node/src/cli/commands/login.command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ export class LoginCommand {
const badCaptcha = Response.badRequest(
"Your authentication request appears to be coming from a bot\n" +
"Please use your API key to validate this request and ensure BW_CLIENTSECRET is correct, if set.\n" +
"(https://bitwarden.com/help/article/cli-auth-challenges)"
"(https://bitwarden.com/help/cli-auth-challenges)"
);

try {
Expand Down

0 comments on commit 8cb0299

Please sign in to comment.