1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

[Help] Update links to new pattern (#2324)

* [Help] Update links to new pattern

* Update jslib
This commit is contained in:
Vincent Salucci
2022-02-08 17:44:56 -06:00
committed by GitHub
parent ca7381af35
commit ebbf1d8b90
4 changed files with 11 additions and 11 deletions

2
jslib

Submodule jslib updated: 8130fce404...8cb029947b

View File

@@ -16,8 +16,6 @@ export class PrivateModeComponent implements OnInit {
} }
learnMore() { learnMore() {
BrowserApi.createNewTab( BrowserApi.createNewTab("https://bitwarden.com/help/extension-wont-load-in-private-mode/");
"https://help.bitwarden.com/article/extension-wont-load-in-private-mode/"
);
} }
} }

View File

@@ -308,7 +308,9 @@ export class SettingsComponent implements OnInit {
this.i18nService.t("cancel") this.i18nService.t("cancel")
); );
if (confirmed) { if (confirmed) {
BrowserApi.createNewTab("https://help.bitwarden.com/article/change-your-master-password/"); BrowserApi.createNewTab(
"https://bitwarden.com/help/master-password/#change-your-master-password"
);
} }
} }
@@ -320,7 +322,7 @@ export class SettingsComponent implements OnInit {
this.i18nService.t("cancel") this.i18nService.t("cancel")
); );
if (confirmed) { if (confirmed) {
BrowserApi.createNewTab("https://help.bitwarden.com/article/setup-two-step-login/"); BrowserApi.createNewTab("https://bitwarden.com/help/setup-two-step-login/");
} }
} }
@@ -332,7 +334,7 @@ export class SettingsComponent implements OnInit {
this.i18nService.t("cancel") this.i18nService.t("cancel")
); );
if (confirmed) { if (confirmed) {
BrowserApi.createNewTab("https://help.bitwarden.com/article/what-is-an-organization/"); BrowserApi.createNewTab("https://bitwarden.com/help/about-organizations/");
} }
} }
@@ -342,7 +344,7 @@ export class SettingsComponent implements OnInit {
} }
import() { import() {
BrowserApi.createNewTab("https://help.bitwarden.com/article/import-data/"); BrowserApi.createNewTab("https://bitwarden.com/help/import-data/");
} }
export() { export() {
@@ -350,7 +352,7 @@ export class SettingsComponent implements OnInit {
} }
help() { help() {
BrowserApi.createNewTab("https://help.bitwarden.com/"); BrowserApi.createNewTab("https://bitwarden.com/help/");
} }
about() { about() {
@@ -399,7 +401,7 @@ export class SettingsComponent implements OnInit {
}); });
if (result.value) { if (result.value) {
this.platformUtilsService.launchUri("https://help.bitwarden.com/article/fingerprint-phrase/"); this.platformUtilsService.launchUri("https://bitwarden.com/help/fingerprint-phrase/");
} }
} }

View File

@@ -515,7 +515,7 @@
target="_blank" target="_blank"
rel="noopener" rel="noopener"
appA11yTitle="{{ 'learnMore' | i18n }}" appA11yTitle="{{ 'learnMore' | i18n }}"
href="https://bitwarden.com/help/article/managing-items/#protect-individual-items" href="https://bitwarden.com/help/managing-items/#protect-individual-items"
> >
<i class="bwi bwi-question-circle" aria-hidden="true"></i> <i class="bwi bwi-question-circle" aria-hidden="true"></i>
</a> </a>