diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2015-07-22 16:59:06 +0300 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2015-07-22 17:03:38 +0300 |
commit | bde2173b636782aee14c5c3c09ca2cc1775931e1 (patch) | |
tree | 548b7491d54c0f8c3fbc3ded97c08cfd69bfbfce /app/views/profiles | |
parent | 95d89e442a83eaf5456c2a34362579dd889e0f71 (diff) | |
download | gitlab-ce-bde2173b636782aee14c5c3c09ca2cc1775931e1.tar.gz |
Fix link to 2fa help page. Closes #2055
Diffstat (limited to 'app/views/profiles')
-rw-r--r-- | app/views/profiles/two_factor_auths/new.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/profiles/two_factor_auths/new.html.haml b/app/views/profiles/two_factor_auths/new.html.haml index 74268c9bde2..92dc58c10d7 100644 --- a/app/views/profiles/two_factor_auths/new.html.haml +++ b/app/views/profiles/two_factor_auths/new.html.haml @@ -5,7 +5,7 @@ Download the Google Authenticator application from App Store for iOS or Google Play for Android and scan this code. - More information is available in the #{link_to('documentation', help_page_path('workflow', 'two_factor_authentication'))}. + More information is available in the #{link_to('documentation', help_page_path('profile', 'two_factor_authentication'))}. %hr |