From c51b8523b708ee579fd4ec6fd2dbfe849cf90e32 Mon Sep 17 00:00:00 2001
From: Vincent Salucci <26154748+vincentsalucci@users.noreply.github.com>
Date: Tue, 8 Feb 2022 18:02:17 -0600
Subject: [PATCH] [Help] Update links to new pattern (#1300)
* [Help] Update links to new pattern
* Update jslib
---
jslib | 2 +-
src/app/app.component.ts | 6 ++----
src/app/vault/add-edit.component.ts | 2 +-
stores/chocolatey/bitwarden.nuspec | 2 +-
4 files changed, 5 insertions(+), 7 deletions(-)
diff --git a/jslib b/jslib
index 4d6176b295..8cb029947b 160000
--- a/jslib
+++ b/jslib
@@ -1 +1 @@
-Subproject commit 4d6176b295a384995159ac1730eeb57412008c4f
+Subproject commit 8cb029947bff7dda54a45483403c3f505fa3e6bc
diff --git a/src/app/app.component.ts b/src/app/app.component.ts
index dd1d5e19fa..e2d072312f 100644
--- a/src/app/app.component.ts
+++ b/src/app/app.component.ts
@@ -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;
diff --git a/src/app/vault/add-edit.component.ts b/src/app/vault/add-edit.component.ts
index 6bab5ec044..c5760b18ec 100644
--- a/src/app/vault/add-edit.component.ts
+++ b/src/app/vault/add-edit.component.ts
@@ -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"
);
}
}
diff --git a/stores/chocolatey/bitwarden.nuspec b/stores/chocolatey/bitwarden.nuspec
index a10fd396c6..7ec0bf1fc3 100644
--- a/stores/chocolatey/bitwarden.nuspec
+++ b/stores/chocolatey/bitwarden.nuspec
@@ -12,7 +12,7 @@
https://cdn.rawgit.com/bitwarden/desktop/51dd1341/resources/icon.png
Copyright © 2015-2022 Bitwarden Inc.
https://github.com/bitwarden/desktop/
- https://help.bitwarden.com/
+ https://bitwarden.com/help/
https://github.com/bitwarden/desktop/issues
https://github.com/bitwarden/desktop/releases
https://github.com/bitwarden/desktop/blob/master/LICENSE.txt