From 8cb029947bff7dda54a45483403c3f505fa3e6bc Mon Sep 17 00:00:00 2001 From: Vincent Salucci <26154748+vincentsalucci@users.noreply.github.com> Date: Tue, 8 Feb 2022 17:35:29 -0600 Subject: [PATCH] [Help] Update links to new pattern (#658) * [Help] Updated urls to current pattern * Rotate key update --- angular/src/components/attachments.component.ts | 2 +- angular/src/components/two-factor-options.component.ts | 2 +- node/src/cli/commands/login.command.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/angular/src/components/attachments.component.ts b/angular/src/components/attachments.component.ts index bff508e2aa..6506cffc9b 100644 --- a/angular/src/components/attachments.component.ts +++ b/angular/src/components/attachments.component.ts @@ -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" ); } } diff --git a/angular/src/components/two-factor-options.component.ts b/angular/src/components/two-factor-options.component.ts index ddf3d2f3de..48dd7df6bb 100644 --- a/angular/src/components/two-factor-options.component.ts +++ b/angular/src/components/two-factor-options.component.ts @@ -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(); } } diff --git a/node/src/cli/commands/login.command.ts b/node/src/cli/commands/login.command.ts index 77eab11e48..61c3077776 100644 --- a/node/src/cli/commands/login.command.ts +++ b/node/src/cli/commands/login.command.ts @@ -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 {