mirror of
https://github.com/bitwarden/desktop.git
synced 2025-01-12 19:40:44 +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")
|
this.i18nService.t("close")
|
||||||
);
|
);
|
||||||
if (result) {
|
if (result) {
|
||||||
this.platformUtilsService.launchUri(
|
this.platformUtilsService.launchUri("https://bitwarden.com/help/fingerprint-phrase/");
|
||||||
"https://help.bitwarden.com/article/fingerprint-phrase/"
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case "openPasswordHistory":
|
case "openPasswordHistory":
|
||||||
@ -263,7 +261,7 @@ export class AppComponent implements OnInit {
|
|||||||
);
|
);
|
||||||
if (emailVerificationConfirmed) {
|
if (emailVerificationConfirmed) {
|
||||||
this.platformUtilsService.launchUri(
|
this.platformUtilsService.launchUri(
|
||||||
"https://bitwarden.com/help/article/create-bitwarden-account/"
|
"https://bitwarden.com/help/create-bitwarden-account/"
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
@ -119,7 +119,7 @@ export class AddEditComponent extends BaseAddEditComponent implements OnChanges,
|
|||||||
|
|
||||||
openHelpReprompt() {
|
openHelpReprompt() {
|
||||||
this.platformUtilsService.launchUri(
|
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>
|
<iconUrl>https://cdn.rawgit.com/bitwarden/desktop/51dd1341/resources/icon.png</iconUrl>
|
||||||
<copyright>Copyright © 2015-2022 Bitwarden Inc.</copyright>
|
<copyright>Copyright © 2015-2022 Bitwarden Inc.</copyright>
|
||||||
<projectSourceUrl>https://github.com/bitwarden/desktop/</projectSourceUrl>
|
<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>
|
<bugTrackerUrl>https://github.com/bitwarden/desktop/issues</bugTrackerUrl>
|
||||||
<releaseNotes>https://github.com/bitwarden/desktop/releases</releaseNotes>
|
<releaseNotes>https://github.com/bitwarden/desktop/releases</releaseNotes>
|
||||||
<licenseUrl>https://github.com/bitwarden/desktop/blob/master/LICENSE.txt</licenseUrl>
|
<licenseUrl>https://github.com/bitwarden/desktop/blob/master/LICENSE.txt</licenseUrl>
|
||||||
|
Loading…
Reference in New Issue
Block a user