diff options
author | Robert Speicher <robert@gitlab.com> | 2015-07-22 20:13:41 +0000 |
---|---|---|
committer | Robert Speicher <robert@gitlab.com> | 2015-07-22 20:13:41 +0000 |
commit | 6ae806b1dfbc074e4feab82d64b4b343bf111d58 (patch) | |
tree | 57036a29d0f6b075e14994f006e8da8e0dcb3b04 | |
parent | 33b802603f63267c2ef9470350a77f9ee859e28e (diff) | |
parent | bde2173b636782aee14c5c3c09ca2cc1775931e1 (diff) | |
download | gitlab-ce-6ae806b1dfbc074e4feab82d64b4b343bf111d58.tar.gz |
Merge branch 'fix-link-to-2fa' into 'master'
Fix link to 2fa help page. Closes #2055
See merge request !1026
-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 |