Update README URLs based on HTTP redirects (#688)

* Update README URLs based on HTTP redirects

* [ci] white list symfony
This commit is contained in:
ReadmeCritic 2016-08-09 09:24:33 -07:00 committed by Jose Diaz-Gonzalez
parent 6893fc74d5
commit c88518e369
2 changed files with 3 additions and 3 deletions

View File

@ -4,6 +4,6 @@ rvm:
before_script:
- gem install awesome_bot
script:
- awesome_bot README.md --white-list igor.io
- awesome_bot README.md --white-list igor.io,symfony
notifications:
email: false

View File

@ -333,7 +333,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [SensioLabs Security Check](https://security.sensiolabs.org/) - A web tool to check your Composer dependencies for security advisories.
* [TCrypto](https://github.com/timoh6/TCrypto) - A simple encrypted key-value storage library.
* [True Random](https://github.com/pixeloution/true-random) - A library that generates random numbers using [www.random.org](https://www.random.org/).
* [VAddy](http://vaddy.net) - A continuous security testing platform for web applications.
* [VAddy](https://vaddy.net/) - A continuous security testing platform for web applications.
* [Zed](https://www.owasp.org/index.php/OWASP_Zed_Attack_Proxy_Project) - An integrated penetration testing tool for web applications.
## Passwords
@ -417,7 +417,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [Bob](https://github.com/CHH/bob) - A simple project automation tool.
* [Box](https://github.com/box-project/box2) - A utility to build PHAR files.
* [Phake](https://github.com/jaz303/phake) - A rake PHP clone library.
* [Phing](http://www.phing.info/) - A PHP project build system inspired by Apache Ant.
* [Phing](https://www.phing.info/) - A PHP project build system inspired by Apache Ant.
## Task Runners
*Libraries for automating and running tasks.*