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
path: root/doc
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2015-12-03 22:18:34 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2015-12-08 19:26:54 +0300
commit9b8babb601ac6bdb3b7301b017a8ce20c5dc4814 (patch)
tree46d5701f183c805105f25171a0923687e77a4a6a /doc
parenta08cc70232b1c5071f199106a582c77ba9541a83 (diff)
Use link instead of connect to be more Docker friendly
Diffstat (limited to 'doc')
-rw-r--r--doc/ci/languages/php.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/languages/php.md b/doc/ci/languages/php.md
index c71ae40786e..589253cfc4c 100644
--- a/doc/ci/languages/php.md
+++ b/doc/ci/languages/php.md
@@ -242,7 +242,7 @@ If your test suite needs to access a private repository, you need to configure
Most of the time you will need a running database in order for your tests to
run. If you are using the Docker executor you can leverage Docker's ability to
-connect to other containers. In GitLab Runner lingo, this can be achieved by
+link to other containers. In GitLab Runner lingo, this can be achieved by
defining a `service`.
This functionality is covered in [the CI services](../services/README.md)