summaryrefslogtreecommitdiff
path: root/app/views/shared/_import_form.html.haml
diff options
context:
space:
mode:
authorLuke "Jared" Bennett <lbennett@gitlab.com>2017-01-11 11:54:04 +0000
committerLuke "Jared" Bennett <lbennett@gitlab.com>2017-01-30 14:24:06 +0000
commitff4a6323d163c987a73523a7f16440d1baffb939 (patch)
treee394aa4ab68ea0d465c1757f98419e9ac379fa02 /app/views/shared/_import_form.html.haml
parentcec7b8f9f015e1c86ca2426ad613bcd24c7b7629 (diff)
downloadgitlab-ce-ff4a6323d163c987a73523a7f16440d1baffb939.tar.gz
Corrected docs href'scorrect-gitlab-host-references
Diffstat (limited to 'app/views/shared/_import_form.html.haml')
-rw-r--r--app/views/shared/_import_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/_import_form.html.haml b/app/views/shared/_import_form.html.haml
index 65a3a6bddab..74dc1958222 100644
--- a/app/views/shared/_import_form.html.haml
+++ b/app/views/shared/_import_form.html.haml
@@ -13,4 +13,4 @@
%li
The import will time out after 15 minutes. For repositories that take longer, use a clone/push combination.
%li
- To migrate an SVN repository, check out #{link_to "this document", "http://doc.gitlab.com/ce/workflow/importing/migrating_from_svn.html"}.
+ To migrate an SVN repository, check out #{link_to "this document", help_page_path('workflow/importing/migrating_from_svn')}.