Browse Source

Fixing links

pull/597/merge
Jose Diaz-Gonzalez 9 years ago
parent
commit
19903275e9
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      README.md

+ 4
- 4
README.md View File

769
 *Alternative PHP virtual machines.*
769
 *Alternative PHP virtual machines.*
770
 
770
 
771
 * [HHVM](https://github.com/facebook/hhvm) - A Virtual Machine, Runtime and JIT for PHP by Facebook.
771
 * [HHVM](https://github.com/facebook/hhvm) - A Virtual Machine, Runtime and JIT for PHP by Facebook.
772
-* [HippyVM](http://hippyvm.com/) - Another PHP virtual machine.
772
+* [HippyVM](https://github.com/hippyvm/hippyvm) - Another PHP virtual machine.
773
 * [Hack](http://hacklang.org/) - A programming language for HHVM that interoperates seamlessly with PHP.
773
 * [Hack](http://hacklang.org/) - A programming language for HHVM that interoperates seamlessly with PHP.
774
 
774
 
775
 ## Integrated Development Environment
775
 ## Integrated Development Environment
813
 * [PHP UG](http://php.ug) - A website to help people locate their nearest PHP user group (UG).
813
 * [PHP UG](http://php.ug) - A website to help people locate their nearest PHP user group (UG).
814
 * [Seven PHP](http://7php.com/) - A website that interviews members of the PHP community.
814
 * [Seven PHP](http://7php.com/) - A website that interviews members of the PHP community.
815
 * [Nomad PHP](https://nomadphp.com/) - A online PHP learning resource.
815
 * [Nomad PHP](https://nomadphp.com/) - A online PHP learning resource.
816
-* [PHP School](http://www.phpschool.io/) - Open Source Learning for PHP.
816
+* [PHP School](https://www.phpschool.io/) - Open Source Learning for PHP.
817
 * [PHP Mentoring](http://phpmentoring.org/) - Peer to peer PHP mentorship organization.
817
 * [PHP Mentoring](http://phpmentoring.org/) - Peer to peer PHP mentorship organization.
818
 * [PHPTrends](http://phptrends.com/) - An overview of fastest growing PHP libraries.
818
 * [PHPTrends](http://phptrends.com/) - An overview of fastest growing PHP libraries.
819
 * [PHP Versions](http://phpversions.info/) - Lists which versions of PHP are available on several popular web hosts.
819
 * [PHP Versions](http://phpversions.info/) - Lists which versions of PHP are available on several popular web hosts.
841
 * [Securing PHP: Core Concepts](https://leanpub.com/securingphp-coreconcepts) - A book about common security terms and practices for PHP by Chris Cornutt.
841
 * [Securing PHP: Core Concepts](https://leanpub.com/securingphp-coreconcepts) - A book about common security terms and practices for PHP by Chris Cornutt.
842
 * [Modernising Legacy Applications in PHP](https://leanpub.com/mlaphp) - A book about modernising legacy PHP applications by Paul M. Jones.
842
 * [Modernising Legacy Applications in PHP](https://leanpub.com/mlaphp) - A book about modernising legacy PHP applications by Paul M. Jones.
843
 * [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.
843
 * [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.
844
-* [Functional Programming in PHP](http://www.phparch.com/books/functional-programming-in-php/) - This book will show you how to leverage these new PHP5.3+ features by understanding functional programming principles
844
+* [Functional Programming in PHP](https://www.phparch.com/books/functional-programming-in-php/) - This book will show you how to leverage these new PHP5.3+ features by understanding functional programming principles
845
 
845
 
846
 ## Other Books
846
 ## Other Books
847
 *Books related to general computing and web development.*
847
 *Books related to general computing and web development.*
848
 
848
 
849
 * [The Linux Command Line](http://linuxcommand.org/tlcl.php) - A book about the Linux command line by William Shotts.
849
 * [The Linux Command Line](http://linuxcommand.org/tlcl.php) - A book about the Linux command line by William Shotts.
850
 * [Understanding Computation](http://computationbook.com) - A book about computation theory by Tom Stuart.
850
 * [Understanding Computation](http://computationbook.com) - A book about computation theory by Tom Stuart.
851
-* [The Tangled Web — Securing Web Applications](http://www.amazon.ca/The-Tangled-Web-Securing-Applications/dp/1593273886) - A book about securing web applications by Michal Zalewski.
851
+* [The Tangled Web — Securing Web Applications](http://www.amazon.com/The-Tangled-Web-Securing-Applications/dp/1593273886) - A book about securing web applications by Michal Zalewski.
852
 * [Elasticsearch: The Definitive Guide](https://www.elastic.co/guide/index.html) - A guide to working with Elasticsearch by Clinton Gormley and Zachary Tong.
852
 * [Elasticsearch: The Definitive Guide](https://www.elastic.co/guide/index.html) - A guide to working with Elasticsearch by Clinton Gormley and Zachary Tong.
853
 * [Eloquent JavaScript](http://eloquentjavascript.net/) - A book about JavaScript programming by Marijn Haverbeke.
853
 * [Eloquent JavaScript](http://eloquentjavascript.net/) - A book about JavaScript programming by Marijn Haverbeke.
854
 * [Vagrant Cookbook](https://leanpub.com/vagrantcookbook) - A book about creating Vagrant environments by Erika Heidi.
854
 * [Vagrant Cookbook](https://leanpub.com/vagrantcookbook) - A book about creating Vagrant environments by Erika Heidi.

Loading…
Cancel
Save