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
diff options
context:
space:
mode:
authorMarin Jankovski <marin@gitlab.com>2014-05-28 17:58:02 +0400
committerMarin Jankovski <marin@gitlab.com>2014-05-29 10:58:15 +0400
commitf79a300417120bb2bdd5d5b22c8ced42e5c3dab7 (patch)
tree911eef2e7a33785c9c6f6728e0a2a3a127ac0a40 /app/views/projects/deploy_keys
parenta9580a157a39bd6d7bc046f1bada88eb5d698b9c (diff)
Replace existing links to help pages with the new ones.
Diffstat (limited to 'app/views/projects/deploy_keys')
-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 ebb92b36b47..162ef05b367 100644
--- a/app/views/projects/deploy_keys/_form.html.haml
+++ b/app/views/projects/deploy_keys/_form.html.haml
@@ -14,7 +14,7 @@
.col-sm-10
%p.light
Paste a machine public key here. Read more about how to generate it
- = link_to "here", help_ssh_path
+ = link_to "here", help_page_path("ssh", "README")
= f.text_area :key, class: "form-control thin_area", rows: 5
.form-actions