diff options
author | Stan Hu <stanhu@gmail.com> | 2015-07-10 09:20:24 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2015-07-10 09:20:24 -0700 |
commit | 18f6cf33efc0dd479a2d54ddaaf3794b56e22bd1 (patch) | |
tree | 7c4b0773ba20753fd0592824f092a4f010566f78 /app/views/projects/new.html.haml | |
parent | 3f5a4ae5e66ba23a16c7a41b27ade196994c5a4c (diff) | |
download | gitlab-ce-18f6cf33efc0dd479a2d54ddaaf3794b56e22bd1.tar.gz |
Fix migrating from SVN document link
Closes #1959
Diffstat (limited to 'app/views/projects/new.html.haml')
-rw-r--r-- | app/views/projects/new.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/new.html.haml b/app/views/projects/new.html.haml index 5114e63c05f..d49eacb30dd 100644 --- a/app/views/projects/new.html.haml +++ b/app/views/projects/new.html.haml @@ -85,7 +85,7 @@ %li The import will time out after 4 minutes. For big repositories, use a clone/push combination. %li - To migrate an SVN repository, check out #{link_to "this document", "http://doc.gitlab.com/ce/workflow/migrating_from_svn.html"}. + To migrate an SVN repository, check out #{link_to "this document", "http://doc.gitlab.com/ce/workflow/importing/migrating_from_svn.html"}. %hr.prepend-botton-10 |