Browse Source

Fix links

pull/665/head
Jose Diaz-Gonzalez 9 years ago
parent
commit
485cb3c390
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      README.md

+ 4
- 4
README.md View File

114
 * [Yii2](https://github.com/yiisoft/yii2/) - Another PHP framework.
114
 * [Yii2](https://github.com/yiisoft/yii2/) - Another PHP framework.
115
 * [Zend Framework 2](http://framework.zend.com) - Another framework comprised of individual components (ZF2).
115
 * [Zend Framework 2](http://framework.zend.com) - Another framework comprised of individual components (ZF2).
116
 * [Radar](https://github.com/radarphp/Radar.Adr) - An Action-Domain-Responder implementation for PHP.
116
 * [Radar](https://github.com/radarphp/Radar.Adr) - An Action-Domain-Responder implementation for PHP.
117
-* [Ice](http://www.iceframework.org/) - Another simple and fast PHP framework delivered as C-extension.
117
+* [Ice](https://www.iceframework.org/) - Another simple and fast PHP framework delivered as C-extension.
118
 
118
 
119
 ## Framework Extras
119
 ## Framework Extras
120
 *Extras related to web development frameworks.*
120
 *Extras related to web development frameworks.*
423
 
423
 
424
 * [Bldr](http://bldr.io/) - A PHP Task runner built on Symfony components.
424
 * [Bldr](http://bldr.io/) - A PHP Task runner built on Symfony components.
425
 * [Jobby](https://github.com/jobbyphp/jobby) - A PHP cron job manager without modifying crontab.
425
 * [Jobby](https://github.com/jobbyphp/jobby) - A PHP cron job manager without modifying crontab.
426
-* [Robo](https://github.com/Codegyre/Robo) - A PHP Task runner with object-orientated configurations.
426
+* [Robo](https://github.com/consolidation-org/Robo) - A PHP Task runner with object-orientated configurations.
427
 * [Task](http://taskphp.github.io/) - A pure PHP task runner inspired by Grunt and Gulp.
427
 * [Task](http://taskphp.github.io/) - A pure PHP task runner inspired by Grunt and Gulp.
428
 
428
 
429
 ## Navigation
429
 ## Navigation
879
 * [Modern PHP New Features and Good Practices](http://shop.oreilly.com/product/0636920033868.do) - A book about new PHP features and best practices by Josh Lockhart.
879
 * [Modern PHP New Features and Good Practices](http://shop.oreilly.com/product/0636920033868.do) - A book about new PHP features and best practices by Josh Lockhart.
880
 * [Modernising Legacy Applications in PHP](https://leanpub.com/mlaphp) - A book about modernising legacy PHP applications by Paul M. Jones.
880
 * [Modernising Legacy Applications in PHP](https://leanpub.com/mlaphp) - A book about modernising legacy PHP applications by Paul M. Jones.
881
 * [PHP 7 Upgrade Guide](https://leanpub.com/php7) - An ebook covering all of the features and changes in PHP 7 by Colin O'Dell.
881
 * [PHP 7 Upgrade Guide](https://leanpub.com/php7) - An ebook covering all of the features and changes in PHP 7 by Colin O'Dell.
882
-* [PHP Pandas](http://daylerees.com/php-pandas/) - A book about learning to write PHP by Dayle Rees.
882
+* [PHP Pandas](https://daylerees.com/php-pandas/) - A book about learning to write PHP by Dayle Rees.
883
 * [Scaling PHP Applications](http://www.scalingphpbook.com) - An ebook about scaling PHP applications by Steve Corona.
883
 * [Scaling PHP Applications](http://www.scalingphpbook.com) - An ebook about scaling PHP applications by Steve Corona.
884
 * [Securing PHP: Core Concepts](https://leanpub.com/securingphp-coreconcepts) - A book about common security terms and practices for PHP by Chris Cornutt.
884
 * [Securing PHP: Core Concepts](https://leanpub.com/securingphp-coreconcepts) - A book about common security terms and practices for PHP by Chris Cornutt.
885
 * [Signaling PHP](https://leanpub.com/signalingphp) - A book about catching PCNTL signals in CLI scripts by Cal Evans.
885
 * [Signaling PHP](https://leanpub.com/signalingphp) - A book about catching PCNTL signals in CLI scripts by Cal Evans.
909
 ## PHP Reading
909
 ## PHP Reading
910
 *PHP-releated reading materials.*
910
 *PHP-releated reading materials.*
911
 
911
 
912
-* [Composer Primer](http://daylerees.com/composer-primer/) - A Composer primer.
912
+* [Composer Primer](https://daylerees.com/composer-primer/) - A Composer primer.
913
 * [Composer Stability Flags](https://igor.io/2013/02/07/composer-stability-flags.html) - An article about Composer stability flags.
913
 * [Composer Stability Flags](https://igor.io/2013/02/07/composer-stability-flags.html) - An article about Composer stability flags.
914
 * [Composer Versioning](https://igor.io/2013/01/07/composer-versioning.html) - An article about Composer versioning.
914
 * [Composer Versioning](https://igor.io/2013/01/07/composer-versioning.html) - An article about Composer versioning.
915
 * [Create Your Own PHP Framework](http://fabien.potencier.org/create-your-own-framework-on-top-of-the-symfony2-components-part-1.html) - A series of articles on how to make your own PHP framework by Fabien Potencier.
915
 * [Create Your Own PHP Framework](http://fabien.potencier.org/create-your-own-framework-on-top-of-the-symfony2-components-part-1.html) - A series of articles on how to make your own PHP framework by Fabien Potencier.

Loading…
Cancel
Save