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:
2
jslib
2
jslib
Submodule jslib updated: 8130fce404...8cb029947b
@@ -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/"
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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/");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user