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
path: root/app
diff options
context:
space:
mode:
authorBen Bodenmiller <bbodenmiller@hotmail.com>2014-09-19 13:17:22 +0400
committerBen Bodenmiller <bbodenmiller@hotmail.com>2014-09-19 13:17:22 +0400
commit9a1fe30682900daeebf34bae3a7a725d69426308 (patch)
treef5f2b6198889ec2b15c679379dc94232376bdaa4 /app
parent9790598b143b45f8f5b3d36c41a9cecc41916886 (diff)
link to page that discusses how to generate ssh key
Diffstat (limited to 'app')
-rw-r--r--app/views/profiles/keys/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/profiles/keys/index.html.haml b/app/views/profiles/keys/index.html.haml
index aabfd57c286..a322f82f236 100644
--- a/app/views/profiles/keys/index.html.haml
+++ b/app/views/profiles/keys/index.html.haml
@@ -6,7 +6,7 @@
SSH keys allow you to establish a secure connection between your computer and GitLab
%br
Before you can add an SSH key you need to
- = link_to "generate it", help_page_path("ssh", "README")
+ = link_to "generate it", help_page_path("ssh", "ssh")
%hr