Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-02-29 15:44:08 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-02-29 15:44:08 +0300
commitf742ddeebe9c5ee61b1e4f2af372ae3d6f7c35b1 (patch)
treeb0a65df653fafb4840d2f143496694c334b14e99 /doc/ci/services
parente1e6dd76f525fe05b158e774a486e8a0160a1489 (diff)
Reorganize CI sections and give descriptive names to links
Diffstat (limited to 'doc/ci/services')
-rw-r--r--doc/ci/services/README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/ci/services/README.md b/doc/ci/services/README.md
index 1ebb0a4a250..4b79461d55c 100644
--- a/doc/ci/services/README.md
+++ b/doc/ci/services/README.md
@@ -1,9 +1,9 @@
## GitLab CI Services
-GitLab CI uses the `services` keyword to define what docker containers should be
-linked with your base image. Below is a list of examples you may use.
+GitLab CI uses the `services` keyword to define what docker containers should
+be linked with your base image. Below is a list of examples you may use.
-+ [Using MySQL](mysql.md)
-+ [Using PostgreSQL](postgres.md)
-+ [Using Redis](redis.md)
-+ [Using Other Services](../docker/using_docker_images.md#how-to-use-other-images-as-services)
+- [Using MySQL](mysql.md)
+- [Using PostgreSQL](postgres.md)
+- [Using Redis](redis.md)
+- [Using Other Services](../docker/using_docker_images.md#how-to-use-other-images-as-services)