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-04 12:47:02 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2015-12-08 19:26:54 +0300
commit545a6a720ee4b8b795c51ca70ccb2513c9cd43ff (patch)
tree35afa3feaa9656557f04e9c4ca33f7a56bcc9bbc /doc
parentd13d43aca9c486365fbe6eab8d30cb1e005c3f61 (diff)
Move markdown link to the bottom [ci skip]
Diffstat (limited to 'doc')
-rw-r--r--doc/ci/languages/php.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/ci/languages/php.md b/doc/ci/languages/php.md
index 589253cfc4c..60079c090d3 100644
--- a/doc/ci/languages/php.md
+++ b/doc/ci/languages/php.md
@@ -263,13 +263,14 @@ gitlab-runner exec shell test:app
## Example project
-We have set up an [Example PHP Project](https://gitlab.com/gitlab-examples/php)
-for your convenience that runs on [GitLab.com](https://gitlab.com) using our
-publicly available [shared runners](../runners/README.md).
+We have set up an [Example PHP Project][php-example-repo] for your convenience
+that runs on [GitLab.com](https://gitlab.com) using our publicly available
+[shared runners](../runners/README.md).
-Want to hack it? Simply fork it, commit and push your changes. Within a few
+Want to hack on it? Simply fork it, commit and push your changes. Within a few
moments the changes will be picked by a public runner and the build will begin.
[php-hub]: https://hub.docker.com/_/php/
[phpenv]: https://github.com/phpenv/phpenv
[phpenv-installation]: https://github.com/phpenv/phpenv#installation
+[php-example-repo]: https://gitlab.com/gitlab-examples/php