diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2017-08-16 14:05:13 +0300 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2017-08-17 09:12:58 +0300 |
commit | f9d10758083ad8a18bf4d88b3d3d0039f80a0c01 (patch) | |
tree | 97237e9d805c2358c3a51a2c6856fe6013744f31 /app/views | |
parent | 1b46a8360e0adffba79fad5730e94e333350f063 (diff) | |
download | gitlab-ce-f9d10758083ad8a18bf4d88b3d3d0039f80a0c01.tar.gz |
Move workflow/importing/ to user/project/import/docs/importing-refactor
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')}. |