summaryrefslogtreecommitdiff
path: root/app/views/profiles/keys/index.html.haml
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-02-11 22:15:10 +0100
committerDouwe Maan <douwe@gitlab.com>2015-02-11 22:15:10 +0100
commit452b3612cf41ef4c64f94416f7c10aa3acf78735 (patch)
treeced98cdbeb33ee97eb33a55f9603a6c6f012c29b /app/views/profiles/keys/index.html.haml
parent2dfd21983483bd5fd32b327edb4b02228b377c47 (diff)
downloadgitlab-ce-452b3612cf41ef4c64f94416f7c10aa3acf78735.tar.gz
Fix link to SSH help page.
Closes #1981.
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 809953960bb..c83c73ffcf9 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", "ssh")
+ = link_to "generate it", help_page_path("ssh", "README")
%hr
= render 'key_table'