diff options
author | Rémy Coutable <remy@rymai.me> | 2018-04-16 14:19:13 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2018-04-16 14:19:13 +0000 |
commit | cf7a3da4ccb705866878014d88a366337ed86af4 (patch) | |
tree | 382a9e89624bd381fafaf8d12ce621a8fff8f740 /app/views/profiles | |
parent | 87bbfa4d8bc11eedca03b97019046f2bf2639738 (diff) | |
parent | f90bada0376dc326f6fa355d6a717fb341c46a90 (diff) | |
download | gitlab-ce-cf7a3da4ccb705866878014d88a366337ed86af4.tar.gz |
Merge branch 'fix-doc-link' into 'master'
Use direct link rather than redirect for the 2F2 documentation page
See merge request gitlab-org/gitlab-ce!18273
Diffstat (limited to 'app/views/profiles')
-rw-r--r-- | app/views/profiles/two_factor_auths/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/profiles/two_factor_auths/show.html.haml b/app/views/profiles/two_factor_auths/show.html.haml index 1bd10018b40..d1eae05c46c 100644 --- a/app/views/profiles/two_factor_auths/show.html.haml +++ b/app/views/profiles/two_factor_auths/show.html.haml @@ -20,7 +20,7 @@ - else %p Download the Google Authenticator application from App Store or Google Play Store and scan this code. - More information is available in the #{link_to('documentation', help_page_path('profile/two_factor_authentication'))}. + More information is available in the #{link_to('documentation', help_page_path('user/profile/account/two_factor_authentication'))}. .row.append-bottom-10 .col-md-4 = raw @qr_code |