diff options
author | Marcel Amirault <ravlen@gmail.com> | 2018-10-14 22:55:12 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2018-10-14 22:55:12 +0000 |
commit | 5849a0ceba6251ac0a7d381ee03f9de0e9d60640 (patch) | |
tree | ed505d18ea76e816aed9b34f713adf84bb10c281 /doc/ci/examples/php.md | |
parent | 4127b357881fedbf903159e089cc0c9d99c37eff (diff) | |
download | gitlab-ce-5849a0ceba6251ac0a7d381ee03f9de0e9d60640.tar.gz |
Docs: Fixing some bad links
Diffstat (limited to 'doc/ci/examples/php.md')
-rw-r--r-- | doc/ci/examples/php.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/examples/php.md b/doc/ci/examples/php.md index df4805ea7ac..c1048f3d2e3 100644 --- a/doc/ci/examples/php.md +++ b/doc/ci/examples/php.md @@ -20,7 +20,7 @@ build environment. Let's first specify the PHP image that will be used for the job process (you can read more about what an image means in the Runner's lingo reading -about [Using Docker images](../docker/using_docker_images.md#what-is-image)). +about [Using Docker images](../docker/using_docker_images.md#what-is-an-image)). Start by adding the image to your `.gitlab-ci.yml`: |