From 2cdc647f9fcd8523a1b36058ded924aacecbd3c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Votruba?= Date: Sat, 4 Oct 2014 20:48:31 +0200 Subject: [PATCH] Readme: update coding standard link Maybe it's on purpose, but current link leads to documentation, where deprecated note. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a954bcfc2..cf07c54b5 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ merged. This is to ensure proper review of all the code. Fork the project, create a feature branch, and send us a pull request. To ensure a consistent code base, you should make sure the code follows -the [Coding Standards](http://symfony.com/doc/2.0/contributing/code/standards.html) +the [Coding Standards](http://symfony.com/doc/current/contributing/code/standards.html) which we borrowed from Symfony. If you would like to help take a look at the [list of issues](http://github.com/composer/composer/issues).