summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2015-10-16 21:17:50 +0000
committerRobert Speicher <robert@gitlab.com>2015-10-16 21:17:50 +0000
commit292b9da54acd96b19979e36a3f82462a37460416 (patch)
treecd24209dd87ab506a7a90dd559ffa3e96310f567
parent2e1e3c4486c7fbd5d1f64390a7e504302a829f23 (diff)
parenta7fafee52124df6ffa9e6e1ecee6ff6884c6ce95 (diff)
downloadgitlab-ce-292b9da54acd96b19979e36a3f82462a37460416.tar.gz
Merge branch 'fix_svn_link' into 'master'
Fix import from SVN link See merge request !1617
-rw-r--r--app/views/projects/imports/new.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/imports/new.html.haml b/app/views/projects/imports/new.html.haml
index f8f2e192e29..92a87690c54 100644
--- a/app/views/projects/imports/new.html.haml
+++ b/app/views/projects/imports/new.html.haml
@@ -17,6 +17,6 @@
This URL must be publicly accessible or you can add a username and password like this: https://username:password@gitlab.com/company/project.git.
%br
The import will time out after 4 minutes. For big repositories, use a clone/push combination.
- For SVN repositories, check #{link_to "this migrating from SVN doc.", "http://doc.gitlab.com/ce/workflow/migrating_from_svn.html"}
+ For SVN repositories, check #{link_to "this migrating from SVN doc.", "http://doc.gitlab.com/ce/workflow/importing/migrating_from_svn.html"}
.form-actions
= f.submit 'Start import', class: "btn btn-create", tabindex: 4