diff --git a/README.md b/README.md index 4e88b8c..0828ea8 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ Some important labels, used for Github issues: - `on agenda of hangout`: The rule/issue will be discussed in the next community hangout ## How to create a Sniffer Rule -We recommend to get started by creating a couple of sniffs for your own. The official [PHPCS wiki](https://github.com/squizlabs/PHP_CodeSniffer/wiki) already gives good information. Likewise, the other sniffs in our repos (and the repos of Magento) will give lots of samples anyway. +We recommend to get started by creating a couple of sniffs for your own. The official [PHPCS wiki](https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki) already gives good information. Likewise, the other sniffs in our repos (and the repos of Magento) will give lots of samples anyway. ## Testing All rules should be accompanied with tests.