mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Contributing: Fixed a broken link.
Link to markdown files should end in .md not .mdown.
This commit is contained in:
parent
1baee3ca4a
commit
ae8653a066
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ To run the sniffs for CakePHP coding standards:
|
||||||
phpcs -p --extensions=php --standard=CakePHP ./lib/Cake
|
phpcs -p --extensions=php --standard=CakePHP ./lib/Cake
|
||||||
|
|
||||||
Check the [cakephp-codesniffer](https://github.com/cakephp/cakephp-codesniffer)
|
Check the [cakephp-codesniffer](https://github.com/cakephp/cakephp-codesniffer)
|
||||||
repository to setup the CakePHP standard. The [README](https://github.com/cakephp/cakephp-codesniffer/blob/master/README.mdown) contains installation info
|
repository to setup the CakePHP standard. The [README](https://github.com/cakephp/cakephp-codesniffer/blob/master/README.md) contains installation info
|
||||||
for the sniff and phpcs.
|
for the sniff and phpcs.
|
||||||
|
|
||||||
# Additional Resources
|
# Additional Resources
|
||||||
|
|
Loading…
Reference in a new issue