diff options
author | Robert Schilling <rschilling@student.tugraz.at> | 2014-09-19 20:34:34 +0200 |
---|---|---|
committer | Robert Schilling <rschilling@student.tugraz.at> | 2014-09-19 20:34:34 +0200 |
commit | d40311a91d9a155dc25f87bbc719bb744ef78edc (patch) | |
tree | 7d4fb3ea816e734588277f9541f9fd605afbf0c3 | |
parent | 9c08ce63dd8dfe2fd2fab37e4e5493a95120f385 (diff) | |
parent | 9a1fe30682900daeebf34bae3a7a725d69426308 (diff) | |
download | gitlab-ce-d40311a91d9a155dc25f87bbc719bb744ef78edc.tar.gz |
Merge pull request #7788 from bbodenmiller/patch-25
link to page that discusses how to generate ssh key
-rw-r--r-- | app/views/profiles/keys/index.html.haml | 2 |
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 |