diff options
author | Evan Read <eread@gitlab.com> | 2018-11-12 14:52:19 +1000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2018-11-12 14:56:44 +1000 |
commit | 34011616d0859977506a6d8670efef220b0553dc (patch) | |
tree | c786f3d2cdcd2cd10bc4b32f90a8e7840129973e /doc/user/project | |
parent | ec1d4243b2dbca7df6b793b412717f9b5b3db998 (diff) | |
download | gitlab-ce-docs/more-url-fixes.tar.gz |
Fix some links and Markdowndocs/more-url-fixes
Diffstat (limited to 'doc/user/project')
-rw-r--r-- | doc/user/project/import/manifest.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/user/project/import/manifest.md b/doc/user/project/import/manifest.md index 24bf6541a9d..baf410d9c9e 100644 --- a/doc/user/project/import/manifest.md +++ b/doc/user/project/import/manifest.md @@ -29,7 +29,7 @@ Below is a valid example of a manifest file: ```xml <manifest> - <remote review="https://android-review.googlesource.com/" /> + <remote review="https://android.googlesource.com/" /> <project path="build/make" name="platform/build" /> <project path="build/blueprint" name="platform/build/blueprint" /> @@ -38,10 +38,10 @@ Below is a valid example of a manifest file: As a result, the following projects will be created: -| GitLab | Import URL | -|---|---| -| https://gitlab.com/YOUR_GROUP/build/make | https://android-review.googlesource.com/platform/build | -| https://gitlab.com/YOUR_GROUP/build/blueprint | https://android-review.googlesource.com/platform/build/blueprint | +| GitLab | Import URL | +|:------------------------------------------------|:------------------------------------------------------------| +| `https://gitlab.com/YOUR_GROUP/build/make` | <https://android.googlesource.com/platform/build> | +| `https://gitlab.com/YOUR_GROUP/build/blueprint` | <https://android.googlesource.com/platform/build/blueprint> | ## Importing the repositories |