diff options
author | Dmitriy Zaporozhets <dzaporozhets@gitlab.com> | 2015-02-11 23:34:24 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dzaporozhets@gitlab.com> | 2015-02-11 23:34:24 +0000 |
commit | e71805db8a3c9c138c9835c288c22e6fa7607aeb (patch) | |
tree | fde43d3b33c947277f70aef6443ac2a3f049b471 /app | |
parent | c8e5dfef671e12f57f61f10c175d4e013d797596 (diff) | |
parent | 452b3612cf41ef4c64f94416f7c10aa3acf78735 (diff) | |
download | gitlab-ce-e71805db8a3c9c138c9835c288c22e6fa7607aeb.tar.gz |
Merge branch 'ssh-link' into 'master'
Fix link to SSH help page.
Closes #1981.
See merge request !1502
Diffstat (limited to 'app')
-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 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' |