summaryrefslogtreecommitdiff
path: root/app/views/projects/deploy_keys/_form.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/deploy_keys/_form.html.haml')
-rw-r--r--app/views/projects/deploy_keys/_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/deploy_keys/_form.html.haml b/app/views/projects/deploy_keys/_form.html.haml
index 901605f7ca3..e2803f5fda8 100644
--- a/app/views/projects/deploy_keys/_form.html.haml
+++ b/app/views/projects/deploy_keys/_form.html.haml
@@ -9,5 +9,5 @@
.form-group
%p.light.append-bottom-0
Paste a machine public key here. Read more about how to generate it
- = link_to "here", help_page_path("ssh/README")
+ = link_to "here", help_page_path("user/project/deploy_keys")
= f.submit "Add key", class: "btn-create btn"