diff --git a/.vim/bundle/syntastic/doc/syntastic-checkers.txt b/.vim/bundle/syntastic/doc/syntastic-checkers.txt index 3c8f0b1..c362dff 100644 --- a/.vim/bundle/syntastic/doc/syntastic-checkers.txt +++ b/.vim/bundle/syntastic/doc/syntastic-checkers.txt @@ -1756,7 +1756,7 @@ Maintainer: LCD 47 "PHP_CodeSniffer" is a style linter for PHP and CSS. See the project's page at GitHub for details: - https://github.com/squizlabs/PHP_CodeSniffer/ + https://github.com/PHPCSStandards/PHP_CodeSniffer/ Installation~ @@ -4766,7 +4766,7 @@ Maintainer: Martin Grenfell "PHP_CodeSniffer" is a style linter for PHP and CSS. See the project's page at GitHub for details: - https://github.com/squizlabs/PHP_CodeSniffer/ + https://github.com/PHPCSStandards/PHP_CodeSniffer/ Installation~ diff --git a/README.md b/README.md index 18e74ef..91c05a9 100644 --- a/README.md +++ b/README.md @@ -186,4 +186,4 @@ There's a bash function called `create-ctags` that may be called in project dire - various dotfiles of other people (e.g. bash functions `calc`, `json`, `gz`, `unidecode`, `escape` from @mathiasbynens) - [`bin/git-open`](https://github.com/paulirish/git-open) - [`bin/twig-lint`](https://github.com/asm89/twig-lint) -- [`bin/phpcs`](https://github.com/squizlabs/PHP_CodeSniffer) +- [`bin/phpcs`](https://github.com/PHPCSStandards/PHP_CodeSniffer)