From 452b3612cf41ef4c64f94416f7c10aa3acf78735 Mon Sep 17 00:00:00 2001 From: Douwe Maan Date: Wed, 11 Feb 2015 22:15:10 +0100 Subject: Fix link to SSH help page. Closes #1981. --- app/views/profiles/keys/index.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- cgit v1.2.1