mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-23 16:38:45 +01:00
[Help] Update links to new pattern (#1300)
* [Help] Update links to new pattern * Update jslib
This commit is contained in:
parent
bd2ed43498
commit
c51b8523b7
2
jslib
2
jslib
@ -1 +1 @@
|
||||
Subproject commit 4d6176b295a384995159ac1730eeb57412008c4f
|
||||
Subproject commit 8cb029947bff7dda54a45483403c3f505fa3e6bc
|
@ -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;
|
||||
|
@ -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"
|
||||
);
|
||||
}
|
||||
}
|
||||
|
@ -12,7 +12,7 @@
|
||||
<iconUrl>https://cdn.rawgit.com/bitwarden/desktop/51dd1341/resources/icon.png</iconUrl>
|
||||
<copyright>Copyright © 2015-2022 Bitwarden Inc.</copyright>
|
||||
<projectSourceUrl>https://github.com/bitwarden/desktop/</projectSourceUrl>
|
||||
<docsUrl>https://help.bitwarden.com/</docsUrl>
|
||||
<docsUrl>https://bitwarden.com/help/</docsUrl>
|
||||
<bugTrackerUrl>https://github.com/bitwarden/desktop/issues</bugTrackerUrl>
|
||||
<releaseNotes>https://github.com/bitwarden/desktop/releases</releaseNotes>
|
||||
<licenseUrl>https://github.com/bitwarden/desktop/blob/master/LICENSE.txt</licenseUrl>
|
||||
|
Loading…
Reference in New Issue
Block a user