Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2018-04-16 17:19:13 +0300
committerRémy Coutable <remy@rymai.me>2018-04-16 17:19:13 +0300
commitcf7a3da4ccb705866878014d88a366337ed86af4 (patch)
tree382a9e89624bd381fafaf8d12ce621a8fff8f740
parent87bbfa4d8bc11eedca03b97019046f2bf2639738 (diff)
parentf90bada0376dc326f6fa355d6a717fb341c46a90 (diff)
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
-rw-r--r--app/views/profiles/two_factor_auths/show.html.haml2
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