diff --git a/README.md b/README.md index 0be4e82b9..4764cb15f 100644 --- a/README.md +++ b/README.md @@ -301,7 +301,7 @@ By default, the client will use the [NullLogger](http://www.php-fig.org/psr/psr- # Developers This project uses [phing](https://www.phing.info/). Current tasks include: * test: Runs [PHPUnit](https://phpunit.de/). - * cs: Runs [CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer). + * cs: Runs [CodeSniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer). * doc: Runs [PhpDocumentor](http://www.phpdoc.org/). * md: runs [PHPMD](http://phpmd.org/). * build: This is the default task, and will run all the other tasks.