diff --git a/src/Core/MailTemplates/Handlebars/MasterPasswordHint.html.hbs b/src/Core/MailTemplates/Handlebars/MasterPasswordHint.html.hbs index 3581eed460..1ad07a8620 100644 --- a/src/Core/MailTemplates/Handlebars/MasterPasswordHint.html.hbs +++ b/src/Core/MailTemplates/Handlebars/MasterPasswordHint.html.hbs @@ -14,7 +14,7 @@ If you still cannot remember your master password, please refer to the following article for your options:
- {{{link 'https://help.bitwarden.com/article/forgot-master-password/'}}} + {{{link 'https://bitwarden.com/help/article/forgot-master-password/'}}} diff --git a/src/Core/MailTemplates/Handlebars/MasterPasswordHint.text.hbs b/src/Core/MailTemplates/Handlebars/MasterPasswordHint.text.hbs index bde863f684..0f17fc1e58 100644 --- a/src/Core/MailTemplates/Handlebars/MasterPasswordHint.text.hbs +++ b/src/Core/MailTemplates/Handlebars/MasterPasswordHint.text.hbs @@ -5,7 +5,7 @@ Your hint is: "{{Hint}}" Log in: {{{WebVaultUrl}}} If you still cannot remember your master password, please refer to the following article for your options: -https://help.bitwarden.com/article/forgot-master-password/ +https://bitwarden.com/help/article/forgot-master-password/ If you did not request your master password hint you can safely ignore this email. {{/BasicTextLayout}} \ No newline at end of file diff --git a/src/Core/MailTemplates/Handlebars/NoMasterPasswordHint.html.hbs b/src/Core/MailTemplates/Handlebars/NoMasterPasswordHint.html.hbs index 6f581a209c..bc3df2e23e 100644 --- a/src/Core/MailTemplates/Handlebars/NoMasterPasswordHint.html.hbs +++ b/src/Core/MailTemplates/Handlebars/NoMasterPasswordHint.html.hbs @@ -3,7 +3,7 @@ You (or someone) recently requested your master password hint. Unfortunately, your account does not have a master password hint. If you cannot remember your master password, please refer to the following article for your options:
- {{{link 'https://help.bitwarden.com/article/forgot-master-password/'}}} + {{{link 'https://bitwarden.com/help/article/forgot-master-password/'}}} diff --git a/src/Core/MailTemplates/Handlebars/NoMasterPasswordHint.text.hbs b/src/Core/MailTemplates/Handlebars/NoMasterPasswordHint.text.hbs index aa030fe155..a0b96ee411 100644 --- a/src/Core/MailTemplates/Handlebars/NoMasterPasswordHint.text.hbs +++ b/src/Core/MailTemplates/Handlebars/NoMasterPasswordHint.text.hbs @@ -1,6 +1,6 @@ {{#>BasicTextLayout}} You (or someone) recently requested your master password hint. Unfortunately, your account does not have a master password hint. If you cannot remember your master password, please refer to the following article for your options: -https://help.bitwarden.com/article/forgot-master-password/ +https://bitwarden.com/help/article/forgot-master-password/ If you did not request your master password hint you can safely ignore this email. {{/BasicTextLayout}} \ No newline at end of file