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:
authorRobert Schilling <rschilling@student.tugraz.at>2014-09-19 22:34:34 +0400
committerRobert Schilling <rschilling@student.tugraz.at>2014-09-19 22:34:34 +0400
commitd40311a91d9a155dc25f87bbc719bb744ef78edc (patch)
tree7d4fb3ea816e734588277f9541f9fd605afbf0c3 /app
parent9c08ce63dd8dfe2fd2fab37e4e5493a95120f385 (diff)
parent9a1fe30682900daeebf34bae3a7a725d69426308 (diff)
Merge pull request #7788 from bbodenmiller/patch-25
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