mirror of
https://github.com/WordPress/WordPress-Coding-Standards.git
synced 2025-08-30 03:11:24 +08:00
Adjust the URL to the contributing file where relevant
This commit is contained in:
parent
be1cd3bc49
commit
e4c86d718c
4 changed files with 4 additions and 4 deletions
|
@ -272,7 +272,7 @@ You can find information on how to deal with some of the more frequent issues in
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
See [CONTRIBUTING](CONTRIBUTING.md), including information about [unit testing](CONTRIBUTING.md#unit-testing) the standard.
|
See [CONTRIBUTING](.github/CONTRIBUTING.md), including information about [unit testing](.github/CONTRIBUTING.md#unit-testing) the standard.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|
|
@ -29,7 +29,7 @@ For running the unit tests with PHPCS 2.x:
|
||||||
phpunit --bootstrap="./Test/phpcs2-bootstrap.php" --filter WordPress ./Test/AllTests.php
|
phpunit --bootstrap="./Test/phpcs2-bootstrap.php" --filter WordPress ./Test/AllTests.php
|
||||||
|
|
||||||
Please read the contributors guidelines for more information:
|
Please read the contributors guidelines for more information:
|
||||||
https://is.gd/WPCScontributing
|
https://is.gd/contributing2WPCS
|
||||||
';
|
';
|
||||||
|
|
||||||
die( 1 );
|
die( 1 );
|
||||||
|
|
|
@ -35,7 +35,7 @@ Otherwise, make sure you set a `PHPCS_DIR` environment variable in your phpunit.
|
||||||
pointing to the PHPCS directory.
|
pointing to the PHPCS directory.
|
||||||
|
|
||||||
Please read the contributors guidelines for more information:
|
Please read the contributors guidelines for more information:
|
||||||
https://is.gd/WPCScontributing
|
https://is.gd/contributing2WPCS
|
||||||
';
|
';
|
||||||
|
|
||||||
die( 1 );
|
die( 1 );
|
||||||
|
|
|
@ -42,7 +42,7 @@ Otherwise, make sure you set a `PHPCS_DIR` environment variable in your phpunit.
|
||||||
pointing to the PHPCS directory.
|
pointing to the PHPCS directory.
|
||||||
|
|
||||||
Please read the contributors guidelines for more information:
|
Please read the contributors guidelines for more information:
|
||||||
https://is.gd/WPCScontributing
|
https://is.gd/contributing2WPCS
|
||||||
';
|
';
|
||||||
|
|
||||||
die( 1 );
|
die( 1 );
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue