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 /doc/user/project/index.md | |
parent | 1b46a8360e0adffba79fad5730e94e333350f063 (diff) | |
download | gitlab-ce-docs/importing-refactor.tar.gz |
Move workflow/importing/ to user/project/import/docs/importing-refactor
Diffstat (limited to 'doc/user/project/index.md')
-rw-r--r-- | doc/user/project/index.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/user/project/index.md b/doc/user/project/index.md index 0dd0faf35e9..a86761004d5 100644 --- a/doc/user/project/index.md +++ b/doc/user/project/index.md @@ -91,10 +91,10 @@ from your fork to the upstream project ## Import or export a project - Import a project from: - - [GitHub to GitLab](../../workflow/importing/import_projects_from_github.md) - - [BitBucket to GitLab](../../workflow/importing/import_projects_from_bitbucket.md) - - [Gitea to GitLab](../../workflow/importing/import_projects_from_gitea.md) - - [FogBugz to GitLab](../../workflow/importing/import_projects_from_fogbugz.md) + - [GitHub to GitLab](import/github.md) + - [BitBucket to GitLab](import/bitbucket.md) + - [Gitea to GitLab](import/gitea.md) + - [FogBugz to GitLab](import/fogbugz.md) - [Export a project from GitLab](settings/import_export.md#exporting-a-project-and-its-data) - [Importing and exporting projects between GitLab instances](settings/import_export.md) |