summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2018-07-17 10:45:28 +0000
committerDouwe Maan <douwe@gitlab.com>2018-07-17 10:45:28 +0000
commitbf4ce93fa355e69092cbcf95ed1d4ac35d4e62f4 (patch)
tree4d9768589add19bd9a88c41225289183fac97af9
parente661896b54da82c0327b121f2ff6be84b97a9fde (diff)
parent74af8767374b7e9212f52906b2ae2761911870d4 (diff)
downloadgitlab-ce-bf4ce93fa355e69092cbcf95ed1d4ac35d4e62f4.tar.gz
Merge branch 'dz-improve-manifest-doc' into 'master'
Add small improvement to Manifest import feature docs See merge request gitlab-org/gitlab-ce!20637
-rw-r--r--doc/user/project/import/manifest.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/user/project/import/manifest.md b/doc/user/project/import/manifest.md
index 812ecf05faf..06171f11e12 100644
--- a/doc/user/project/import/manifest.md
+++ b/doc/user/project/import/manifest.md
@@ -1,7 +1,8 @@
# Import multiple repositories by uploading a manifest file
GitLab allows you to import all the required git repositories
-based a manifest file like the one used by the Android repository.
+based a manifest file like the one used by the [Android repository](https://android.googlesource.com/platform/manifest/+/2d6f081a3b05d8ef7a2b1b52b0d536b2b74feab4/default.xml).
+This feature can be very handy when you need to import a project with many repositories like Android Open Source Project (AOSP).
>**Note:**