diff options
author | Marcia Ramos <virtua.creative@gmail.com> | 2017-08-17 14:56:56 +0000 |
---|---|---|
committer | Marcia Ramos <virtua.creative@gmail.com> | 2017-08-17 14:56:56 +0000 |
commit | f0ac0daf6a8788f57b98eaf29b0056899027ae68 (patch) | |
tree | eeaadf629e2308540334b91efd0bc9c2d03e7461 /app/views | |
parent | eed96cbde1c579f5d45d13d18c8e6024e3026db8 (diff) | |
parent | bbd627c54852f62fe45d00b69857106346b8391d (diff) | |
download | gitlab-ce-f0ac0daf6a8788f57b98eaf29b0056899027ae68.tar.gz |
Merge branch 'docs/importing-refactor' into 'master'
Move workflow/importing/ to user/project/import/
See merge request !13593
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/shared/_import_form.html.haml | 2 |
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 873179339dc..233d8c95eda 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", help_page_path('workflow/importing/migrating_from_svn')}. + To migrate an SVN repository, check out #{link_to "this document", help_page_path('user/project/import/svn')}. |