From 9b8babb601ac6bdb3b7301b017a8ce20c5dc4814 Mon Sep 17 00:00:00 2001
From: Achilleas Pipinellis <axilleas@axilleas.me>
Date: Thu, 3 Dec 2015 21:18:34 +0200
Subject: [PATCH] Use link instead of connect to be more Docker friendly

---
 doc/ci/languages/php.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/ci/languages/php.md b/doc/ci/languages/php.md
index c71ae40786..589253cfc4 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)
-- 
2.30.9