From 2ab9b4ec5adaa4141fbe1680d5b078e3aadf1c8a Mon Sep 17 00:00:00 2001 From: Koji Tanaka Date: Sun, 6 Aug 2017 20:26:13 +0900 Subject: [PATCH] Fix link to .circleci/config.yml (Language PHP) --- jekyll/_cci2/language-php.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jekyll/_cci2/language-php.md b/jekyll/_cci2/language-php.md index a560f51240..fd8f561dd4 100644 --- a/jekyll/_cci2/language-php.md +++ b/jekyll/_cci2/language-php.md @@ -18,7 +18,7 @@ We maintain a reference PHP Laravel project to show how to build PHP on CircleCI - Demo PHP Laravel Project on GitHub - Demo PHP Laravel Project building on CircleCI -In the project you will find a commented CircleCI configuration file `.circleci/config.yml`. This file shows best practice for using CircleCI 2.0 with PHP projects. +In the project you will find a commented CircleCI configuration file `.circleci/config.yml`. This file shows best practice for using CircleCI 2.0 with PHP projects. ## Pre-built CircleCI Docker images @@ -44,4 +44,4 @@ Details of the configuration steps will be updated soon. Please see the `.circle Success! You just set up CircleCI 2.0 for a PHP app. Check out our [project’s build page](https://circleci.com/gh/CircleCI-Public/circleci-demo-php-laravel) to see how this looks when building on CircleCI. -If you have any questions about the specifics of testing your PHP application, head over to our [community forum](https://discuss.circleci.com/) for support from us and other users. \ No newline at end of file +If you have any questions about the specifics of testing your PHP application, head over to our [community forum](https://discuss.circleci.com/) for support from us and other users.