diff options
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/account/prefs/mfa.html.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/account/prefs/mfa.html.tmpl b/template/en/default/account/prefs/mfa.html.tmpl index 8e5b75ade..59be17f47 100644 --- a/template/en/default/account/prefs/mfa.html.tmpl +++ b/template/en/default/account/prefs/mfa.html.tmpl @@ -175,7 +175,7 @@ <blockquote> Requires a smartphone and a TOTP app (such as <a href="https://support.google.com/accounts/answer/1066447" target="_blank">Google Authenticator</a> - or <a href="https://fedorahosted.org/freeotp/" target="_blank">Red Hat FreeOTP</a>). + or <a href="https://freeotp.github.io/" target="_blank">Red Hat FreeOTP</a>), </blockquote> [% IF Param("duo_host") && user.in_group("mozilla-employee-confidential") %] @@ -227,7 +227,7 @@ <ul> <li>Android and iOS: <a href="https://support.google.com/accounts/answer/1066447" target="_blank">Google Authenticator</a>, - <a href="https://fedorahosted.org/freeotp/" target="_blank">Red Hat FreeOTP</a> + <a href="https://freeotp.github.io/" target="_blank">Red Hat FreeOTP</a> </li> <li>Firefox OS: <a href="https://marketplace.firefox.com/app/firekey/" target="_blank">Firekey</a> @@ -291,4 +291,4 @@ <li>If in doubt, generate and print new recovery codes</li> <li><b>Do not store these codes electronically</b></li> </ul> -[% END %]
\ No newline at end of file +[% END %] |