1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-12-22 16:29:09 +01:00

Update help site URLs (#1409)

This commit is contained in:
DanHillesheim 2022-01-31 12:11:27 -07:00 committed by GitHub
parent e14a266ee0
commit cc657eb853
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
25 changed files with 40 additions and 40 deletions

View File

@ -71,7 +71,7 @@
target="_blank" target="_blank"
rel="noopener" rel="noopener"
appA11yTitle="{{ 'learnMore' | i18n }}" appA11yTitle="{{ 'learnMore' | i18n }}"
href="https://bitwarden.com/help/article/about-key-connector/" href="https://bitwarden.com/help/about-key-connector/"
> >
<i class="bwi bwi-question-circle" aria-hidden="true"></i> <i class="bwi bwi-question-circle" aria-hidden="true"></i>
</a> </a>

View File

@ -52,7 +52,7 @@
target="_blank" target="_blank"
rel="noopener" rel="noopener"
appA11yTitle="{{ 'learnMore' | i18n }}" appA11yTitle="{{ 'learnMore' | i18n }}"
href="https://bitwarden.com/help/article/user-types-access-control/#user-types" href="https://bitwarden.com/help/provider-users/"
> >
<i class="bwi bwi-question-circle" aria-hidden="true"></i> <i class="bwi bwi-question-circle" aria-hidden="true"></i>
</a> </a>

View File

@ -7,7 +7,7 @@
<p> <p>
{{ "recoverAccountTwoStepDesc" | i18n }} {{ "recoverAccountTwoStepDesc" | i18n }}
<a <a
href="https://help.bitwarden.com/article/lost-two-step-device/" href="https://bitwarden.com/help/lost-two-step-device/"
target="_blank" target="_blank"
rel="noopener" rel="noopener"
>{{ "learnMore" | i18n }}</a >{{ "learnMore" | i18n }}</a

View File

@ -153,7 +153,7 @@ export class AppComponent implements OnDestroy, 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;

View File

@ -29,7 +29,7 @@
<p> <p>
{{ "fingerprintEnsureIntegrityVerify" | i18n }} {{ "fingerprintEnsureIntegrityVerify" | i18n }}
<a <a
href="https://help.bitwarden.com/article/fingerprint-phrase/" href="https://bitwarden.com/help/fingerprint-phrase/"
target="_blank" target="_blank"
rel="noopener" rel="noopener"
> >

View File

@ -56,7 +56,7 @@
target="_blank" target="_blank"
rel="noopener" rel="noopener"
appA11yTitle="{{ 'learnMore' | i18n }}" appA11yTitle="{{ 'learnMore' | i18n }}"
href="https://bitwarden.com/help/article/user-types-access-control/#access-control" href="https://bitwarden.com/help/user-types-access-control/#access-control"
> >
<i class="bwi bwi-question-circle" aria-hidden="true"></i> <i class="bwi bwi-question-circle" aria-hidden="true"></i>
</a> </a>

View File

@ -52,7 +52,7 @@
target="_blank" target="_blank"
rel="noopener" rel="noopener"
appA11yTitle="{{ 'learnMore' | i18n }}" appA11yTitle="{{ 'learnMore' | i18n }}"
href="https://bitwarden.com/help/article/user-types-access-control/#user-types" href="https://bitwarden.com/help/provider-users/"
> >
<i class="bwi bwi-question-circle" aria-hidden="true"></i> <i class="bwi bwi-question-circle" aria-hidden="true"></i>
</a> </a>
@ -277,7 +277,7 @@
target="_blank" target="_blank"
rel="noopener" rel="noopener"
appA11yTitle="{{ 'learnMore' | i18n }}" appA11yTitle="{{ 'learnMore' | i18n }}"
href="https://bitwarden.com/help/article/user-types-access-control/#access-control" href="https://bitwarden.com/help/user-types-access-control/#access-control"
> >
<i class="bwi bwi-question-circle" aria-hidden="true"></i> <i class="bwi bwi-question-circle" aria-hidden="true"></i>
</a> </a>

View File

@ -19,7 +19,7 @@
<p> <p>
{{ "fingerprintEnsureIntegrityVerify" | i18n }} {{ "fingerprintEnsureIntegrityVerify" | i18n }}
<a <a
href="https://help.bitwarden.com/article/fingerprint-phrase/" href="https://bitwarden.com/help/fingerprint-phrase/"
target="_blank" target="_blank"
rel="noopener" rel="noopener"
> >

View File

@ -13,7 +13,7 @@
target="_blank" target="_blank"
rel="noopener" rel="noopener"
appA11yTitle="{{ 'learnMore' | i18n }}" appA11yTitle="{{ 'learnMore' | i18n }}"
href="https://help.bitwarden.com/article/licensing-on-premise/#organization-account-sharing" href="https://bitwarden.com/help/licensing-on-premise/#organization-account-sharing"
> >
<i class="bwi bwi-question-circle" aria-hidden="true"></i> <i class="bwi bwi-question-circle" aria-hidden="true"></i>
</a> </a>

View File

@ -9,7 +9,7 @@
<div class="col-8" *ngIf="hideEmail"> <div class="col-8" *ngIf="hideEmail">
<app-callout type="warning" title="{{ 'warning' | i18n }}"> <app-callout type="warning" title="{{ 'warning' | i18n }}">
{{ "viewSendHiddenEmailWarning" | i18n }} {{ "viewSendHiddenEmailWarning" | i18n }}
<a href="https://bitwarden.com/help/article/receive-send/" target="_blank">{{ <a href="https://bitwarden.com/help/receive-send/" target="_blank">{{
"learnMore" | i18n "learnMore" | i18n
}}</a }}</a
>. >.

View File

@ -39,7 +39,7 @@
<label for="kdfIterations">{{ "kdfIterations" | i18n }}</label> <label for="kdfIterations">{{ "kdfIterations" | i18n }}</label>
<a <a
class="ml-auto" class="ml-auto"
href="https://bitwarden.com/help/article/what-encryption-is-used/#pbkdf2" href="https://bitwarden.com/help/what-encryption-is-used/#pbkdf2"
target="_blank" target="_blank"
rel="noopener" rel="noopener"
appA11yTitle="{{ 'learnMore' | i18n }}" appA11yTitle="{{ 'learnMore' | i18n }}"

View File

@ -74,7 +74,7 @@
{{ "rotateAccountEncKey" | i18n }} {{ "rotateAccountEncKey" | i18n }}
</label> </label>
<a <a
href="https://bitwarden.com/help/article/account-encryption-key/#rotate-your-encryption-key" href="https://bitwarden.com/help/account-encryption-key/#rotate-your-encryption-key"
target="_blank" target="_blank"
rel="noopener" rel="noopener"
appA11yTitle="{{ 'learnMore' | i18n }}" appA11yTitle="{{ 'learnMore' | i18n }}"

View File

@ -87,7 +87,7 @@ export class ChangePasswordComponent extends BaseChangePasswordComponent {
); );
if (learnMore) { if (learnMore) {
this.platformUtilsService.launchUri( this.platformUtilsService.launchUri(
"https://help.bitwarden.com/article/attachments/#fixing-old-attachments" "https://bitwarden.com/help/attachments/#add-storage-space"
); );
} }
this.rotateEncKey = false; this.rotateEncKey = false;

View File

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

View File

@ -19,7 +19,7 @@
<p> <p>
{{ "fingerprintEnsureIntegrityVerify" | i18n }} {{ "fingerprintEnsureIntegrityVerify" | i18n }}
<a <a
href="https://help.bitwarden.com/article/fingerprint-phrase/" href="https://bitwarden.com/help/fingerprint-phrase/"
target="_blank" target="_blank"
rel="noopener" rel="noopener"
> >

View File

@ -3,7 +3,7 @@
</div> </div>
<p> <p>
{{ "emergencyAccessDesc" | i18n }} {{ "emergencyAccessDesc" | i18n }}
<a href="https://bitwarden.com/help/article/emergency-access/" target="_blank" rel="noopener"> <a href="https://bitwarden.com/help/emergency-access/" target="_blank" rel="noopener">
{{ "learnMore" | i18n }}. {{ "learnMore" | i18n }}.
</a> </a>
</p> </p>

View File

@ -52,7 +52,7 @@
<label for="locale">{{ "language" | i18n }}</label> <label for="locale">{{ "language" | i18n }}</label>
<a <a
class="ml-auto" class="ml-auto"
href="https://help.bitwarden.com/article/localization/" href="https://bitwarden.com/help/localization/"
target="_blank" target="_blank"
rel="noopener" rel="noopener"
appA11yTitle="{{ 'learnMore' | i18n }}" appA11yTitle="{{ 'learnMore' | i18n }}"
@ -80,7 +80,7 @@
{{ "disableIcons" | i18n }} {{ "disableIcons" | i18n }}
</label> </label>
<a <a
href="https://help.bitwarden.com/article/website-icons/" href="https://bitwarden.com/help/website-icons/"
target="_blank" target="_blank"
rel="noopener" rel="noopener"
appA11yTitle="{{ 'learnMore' | i18n }}" appA11yTitle="{{ 'learnMore' | i18n }}"

View File

@ -56,7 +56,7 @@
<p *ngIf="fingerprint"> <p *ngIf="fingerprint">
{{ "yourAccountsFingerprint" | i18n }}: {{ "yourAccountsFingerprint" | i18n }}:
<a <a
href="https://help.bitwarden.com/article/fingerprint-phrase/" href="https://bitwarden.com/help/fingerprint-phrase/"
target="_blank" target="_blank"
rel="noopener" rel="noopener"
appA11yTitle="{{ 'learnMore' | i18n }}" appA11yTitle="{{ 'learnMore' | i18n }}"

View File

@ -22,7 +22,7 @@
<p> <p>
{{ "updateEncryptionKeyShortDesc" | i18n }} {{ "updateEncryptionKeyDesc" | i18n }} {{ "updateEncryptionKeyShortDesc" | i18n }} {{ "updateEncryptionKeyDesc" | i18n }}
<a <a
href="https://help.bitwarden.com/article/update-encryption-key/" href="https://bitwarden.com/help/account-encryption-key/#rotate-your-encryption-key"
target="_blank" target="_blank"
rel="noopener" rel="noopener"
>{{ "learnMore" | i18n }}</a >{{ "learnMore" | i18n }}</a

View File

@ -29,8 +29,8 @@
<app-callout type="info" title="{{ getFormatInstructionTitle() }}" *ngIf="format"> <app-callout type="info" title="{{ getFormatInstructionTitle() }}" *ngIf="format">
<ng-container *ngIf="format === 'bitwardencsv' || format === 'bitwardenjson'"> <ng-container *ngIf="format === 'bitwardencsv' || format === 'bitwardenjson'">
See detailed instructions on our help site at See detailed instructions on our help site at
<a target="_blank" rel="noopener" href="https://help.bitwarden.com/article/export-your-data/"> <a target="_blank" rel="noopener" href="https://bitwarden.com/help/export-your-data/">
https://help.bitwarden.com/article/export-your-data/</a https://bitwarden.com/help/export-your-data/</a
> >
</ng-container> </ng-container>
<ng-container *ngIf="format === 'lastpasscsv'"> <ng-container *ngIf="format === 'lastpasscsv'">
@ -38,9 +38,9 @@
<a <a
target="_blank" target="_blank"
rel="noopener" rel="noopener"
href="https://help.bitwarden.com/article/import-from-lastpass/" href="https://bitwarden.com/help/import-from-lastpass/"
> >
https://help.bitwarden.com/article/import-from-lastpass/</a https://bitwarden.com/help/import-from-lastpass/</a
> >
</ng-container> </ng-container>
<ng-container *ngIf="format === 'keepassxcsv'"> <ng-container *ngIf="format === 'keepassxcsv'">
@ -99,9 +99,9 @@
<a <a
target="_blank" target="_blank"
rel="noopener" rel="noopener"
href="https://help.bitwarden.com/article/import-from-chrome/" href="https://bitwarden.com/help/import-from-chrome/"
> >
https://help.bitwarden.com/article/import-from-chrome/</a https://bitwarden.com/help/import-from-chrome/</a
> >
</ng-container> </ng-container>
<ng-container *ngIf="format === 'firefoxcsv'"> <ng-container *ngIf="format === 'firefoxcsv'">
@ -109,9 +109,9 @@
<a <a
target="_blank" target="_blank"
rel="noopener" rel="noopener"
href="https://bitwarden.com/help/article/import-from-firefox/" href="https://bitwarden.com/help/import-from-firefox/"
> >
https://bitwarden.com/help/article/import-from-firefox/</a https://bitwarden.com/help/import-from-firefox/</a
>. >.
</ng-container> </ng-container>
<ng-container *ngIf="format === 'safaricsv'"> <ng-container *ngIf="format === 'safaricsv'">
@ -119,9 +119,9 @@
<a <a
target="_blank" target="_blank"
rel="noopener" rel="noopener"
href="https://bitwarden.com/help/article/import-from-safari/" href="https://bitwarden.com/help/import-from-safari/"
> >
https://bitwarden.com/help/article/import-from-safari/</a https://bitwarden.com/help/import-from-safari/</a
>. >.
</ng-container> </ng-container>
<ng-container <ng-container
@ -133,9 +133,9 @@
<a <a
target="_blank" target="_blank"
rel="noopener" rel="noopener"
href="https://help.bitwarden.com/article/import-from-1password/" href="https://bitwarden.com/help/import-from-1password/"
> >
https://help.bitwarden.com/article/import-from-1password/</a https://bitwarden.com/help/import-from-1password/</a
>. >.
</ng-container> </ng-container>
<ng-container *ngIf="format === 'passworddragonxml'"> <ng-container *ngIf="format === 'passworddragonxml'">

View File

@ -11,7 +11,7 @@
<label for="fieldName{{ i }}">{{ "name" | i18n }}</label> <label for="fieldName{{ i }}">{{ "name" | i18n }}</label>
<a <a
class="ml-auto" class="ml-auto"
href="https://help.bitwarden.com/article/custom-fields/" href="https://bitwarden.com/help/custom-fields/"
target="_blank" target="_blank"
rel="noopener" rel="noopener"
appA11yTitle="{{ 'learnMore' | i18n }}" appA11yTitle="{{ 'learnMore' | i18n }}"

View File

@ -288,7 +288,7 @@
</label> </label>
<a <a
class="ml-auto" class="ml-auto"
href="https://help.bitwarden.com/article/uri-match-detection/" href="https://bitwarden.com/help/uri-match-detection/"
target="_blank" target="_blank"
rel="noopener" rel="noopener"
appA11yTitle="{{ 'learnMore' | i18n }}" appA11yTitle="{{ 'learnMore' | i18n }}"
@ -793,7 +793,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>

View File

@ -38,7 +38,7 @@
<a href="#" appStopClick (click)="download(a)">{{ a.fileName }}</a> <a href="#" appStopClick (click)="download(a)">{{ a.fileName }}</a>
<div *ngIf="showFixOldAttachments(a)" class="ml-2"> <div *ngIf="showFixOldAttachments(a)" class="ml-2">
<a <a
href="https://help.bitwarden.com/article/attachments/#fixing-old-attachments" href="https://bitwarden.com/help/attachments/#fixing-old-attachments"
target="_blank" target="_blank"
rel="noopener" rel="noopener"
> >

View File

@ -3,7 +3,7 @@
{{ "filters" | i18n }} {{ "filters" | i18n }}
<a <a
class="ml-auto" class="ml-auto"
href="https://help.bitwarden.com/article/searching-vault/" href="https://bitwarden.com/help/searching-vault/"
target="_blank" target="_blank"
rel="noopener" rel="noopener"
appA11yTitle="{{ 'learnMore' | i18n }}" appA11yTitle="{{ 'learnMore' | i18n }}"

View File

@ -102,7 +102,7 @@
{{ "organizations" | i18n }} {{ "organizations" | i18n }}
<a <a
class="ml-auto" class="ml-auto"
href="https://help.bitwarden.com/article/what-is-an-organization/" href="https://bitwarden.com/help/about-organizations/"
target="_blank" target="_blank"
rel="noopener" rel="noopener"
appA11yTitle="{{ 'learnMore' | i18n }}" appA11yTitle="{{ 'learnMore' | i18n }}"
@ -119,7 +119,7 @@
{{ "providers" | i18n }} {{ "providers" | i18n }}
<a <a
class="ml-auto" class="ml-auto"
href="https://bitwarden.com/help/article/about-providers/" href="https://bitwarden.com/help/providers/"
target="_blank" target="_blank"
rel="noopener" rel="noopener"
appA11yTitle="{{ 'learnMore' | i18n }}" appA11yTitle="{{ 'learnMore' | i18n }}"