summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2018-07-16 12:09:43 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2018-07-16 12:09:43 +0300
commit74af8767374b7e9212f52906b2ae2761911870d4 (patch)
treee6d02e051e41964e8aed4e21eae1878a810aaa2a
parente9f9c97196e620bc8f29c68d293dcc3be8a0ecce (diff)
downloadgitlab-ce-dz-improve-manifest-doc.tar.gz
Add small improvement to Manifest import feature docsdz-improve-manifest-doc
1. Add link to manifest used by AOSP 2. Mention both Android and AOSP keyword for better search Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-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:**