Update help link for KDF algorithm and iterations (#4774)

This commit is contained in:
SmithThe4th 2023-02-15 15:24:41 -05:00 committed by GitHub
parent ed69abe76c
commit 6e137151ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
<label for="kdf">{{ "kdfAlgorithm" | i18n }}</label>
<a
class="ml-auto"
href="https://en.wikipedia.org/wiki/Key_derivation_function"
href="https://bitwarden.com/help/kdf-algorithms"
target="_blank"
rel="noopener"
appA11yTitle="{{ 'learnMore' | i18n }}"
@ -63,7 +63,7 @@
<label for="kdfIterations">{{ "kdfIterations" | i18n }}</label>
<a
class="ml-auto"
href="https://bitwarden.com/help/kdf-algorithms"
href="https://bitwarden.com/help/what-encryption-is-used/#changing-kdf-iterations"
target="_blank"
rel="noopener"
appA11yTitle="{{ 'learnMore' | i18n }}"