summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2018-02-13 15:35:08 +0100
committerJames Lopez <james@jameslopez.es>2018-02-13 15:35:08 +0100
commit083194908437f129adcb6e36be40af72ad6d308c (patch)
treeebefcc56f07e77a19745589e65190d78b34939d7
parente8813520029f0f07b0cf2d8463337ae09f15b7fe (diff)
downloadgitlab-ce-083194908437f129adcb6e36be40af72ad6d308c.tar.gz
update missing doc links
-rw-r--r--doc/api/projects.md4
-rw-r--r--doc/user/project/settings/import_export.md1
2 files changed, 5 insertions, 0 deletions
diff --git a/doc/api/projects.md b/doc/api/projects.md
index 46f5de5aa0e..08df65b2f66 100644
--- a/doc/api/projects.md
+++ b/doc/api/projects.md
@@ -1326,6 +1326,10 @@ POST /projects/:id/housekeeping
Read more in the [Branches](branches.md) documentation.
+## Project Import/Export
+
+Read more in the [Project export](project_import_export.md) documentation.
+
## Project members
Read more in the [Project members](members.md) documentation.
diff --git a/doc/user/project/settings/import_export.md b/doc/user/project/settings/import_export.md
index b8f865679a2..dedf102fc37 100644
--- a/doc/user/project/settings/import_export.md
+++ b/doc/user/project/settings/import_export.md
@@ -22,6 +22,7 @@
> in the import side is required to map the users, based on email or username.
> Otherwise, a supplementary comment is left to mention the original author and
> the MRs, notes or issues will be owned by the importer.
+> - Control project Import/Export with the [API](../../../api/project_import_export.md).
Existing projects running on any GitLab instance or GitLab.com can be exported
with all their related data and be moved into a new GitLab instance.