summaryrefslogtreecommitdiff
path: root/app/views/profiles/keys/index.html.haml
diff options
context:
space:
mode:
authorBen Bodenmiller <bbodenmiller@hotmail.com>2014-09-19 02:17:22 -0700
committerBen Bodenmiller <bbodenmiller@hotmail.com>2014-09-19 02:17:22 -0700
commit9a1fe30682900daeebf34bae3a7a725d69426308 (patch)
treef5f2b6198889ec2b15c679379dc94232376bdaa4 /app/views/profiles/keys/index.html.haml
parent9790598b143b45f8f5b3d36c41a9cecc41916886 (diff)
downloadgitlab-ce-9a1fe30682900daeebf34bae3a7a725d69426308.tar.gz
link to page that discusses how to generate ssh key
Diffstat (limited to 'app/views/profiles/keys/index.html.haml')
-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