diff --git a/_posts/06-05-01-Further-Reading.md b/_posts/06-05-01-Further-Reading.md index de622ee..1ab2095 100644 --- a/_posts/06-05-01-Further-Reading.md +++ b/_posts/06-05-01-Further-Reading.md @@ -5,7 +5,7 @@ anchor: further_reading ## Further Reading {#further_reading_title} -* [What is Dependency Injection?](http://fabien.potencier.org/article/11/what-is-dependency-injection) +* [What is Dependency Injection?](http://fabien.potencier.org/what-is-dependency-injection.html) * [Dependency Injection: An analogy](https://mwop.net/blog/260-Dependency-Injection-An-analogy.html) * [Dependency Injection: Huh?](https://code.tutsplus.com/tutorials/dependency-injection-huh--net-26903) * [Dependency Injection as a tool for testing](https://medium.com/philipobenito/dependency-injection-as-a-tool-for-testing-902c21c147f1) diff --git a/_posts/08-04-01-Compiled-Templates.md b/_posts/08-04-01-Compiled-Templates.md index 41553ba..2bd0bf6 100644 --- a/_posts/08-04-01-Compiled-Templates.md +++ b/_posts/08-04-01-Compiled-Templates.md @@ -67,7 +67,7 @@ Using the [Twig] library. {% endhighlight %} -[article_templating_engines]: http://fabien.potencier.org/article/34/templating-engines-in-php +[article_templating_engines]: http://fabien.potencier.org/templating-engines-in-php.html [Twig]: https://twig.symfony.com/ [Brainy]: https://github.com/box/brainy [Smarty]: https://www.smarty.net/ diff --git a/_posts/08-05-01-Further-Reading.md b/_posts/08-05-01-Further-Reading.md index 4f28a69..beeb6f5 100644 --- a/_posts/08-05-01-Further-Reading.md +++ b/_posts/08-05-01-Further-Reading.md @@ -7,7 +7,7 @@ anchor: templating_further_reading ### Articles & Tutorials -* [Templating Engines in PHP](http://fabien.potencier.org/article/34/templating-engines-in-php) +* [Templating Engines in PHP](http://fabien.potencier.org/templating-engines-in-php.html) * [An Introduction to Views & Templating in CodeIgniter](https://code.tutsplus.com/tutorials/an-introduction-to-views-templating-in-codeigniter--net-25648) * [Getting Started With PHP Templating](https://www.smashingmagazine.com/2011/10/getting-started-with-php-templating/) * [Roll Your Own Templating System in PHP](https://code.tutsplus.com/tutorials/roll-your-own-templating-system-in-php--net-16596) diff --git a/_posts/13-03-01-Docker.md b/_posts/13-03-01-Docker.md index 746a78c..bacf677 100644 --- a/_posts/13-03-01-Docker.md +++ b/_posts/13-03-01-Docker.md @@ -39,6 +39,6 @@ The [PHPDocker.io] site will auto-generate all the files you need for a fully-fe [Docker]: https://www.docker.com/ [docker-hub]: https://hub.docker.com/ [docker-hub-official]: https://hub.docker.com/explore/ -[docker-install]: https://docs.docker.com/install/ +[docker-install]: https://docs.docker.com/get-docker/ [docker-doc]: https://docs.docker.com/ -[PHPDocker.io]: https://phpdocker.io/generator +[PHPDocker.io]: https://phpdocker.io/ diff --git a/_posts/16-05-01-PHP-PaaS-Providers.md b/_posts/16-05-01-PHP-PaaS-Providers.md index 23664f3..b362e13 100644 --- a/_posts/16-05-01-PHP-PaaS-Providers.md +++ b/_posts/16-05-01-PHP-PaaS-Providers.md @@ -11,7 +11,7 @@ anchor: php_paas_providers * [AWS Elastic Beanstalk](https://aws.amazon.com/elasticbeanstalk/) * [Cloudways](https://www.cloudways.com/) * [Divio](https://www.divio.com/php/) -* [Engine Yard Cloud](https://www.engineyard.com/features) +* [Engine Yard Cloud](https://www.engineyard.com/) * [fortrabbit](https://www.fortrabbit.com/) * [Google App Engine](https://cloud.google.com/appengine/docs/php/) * [Heroku](https://devcenter.heroku.com/categories/php-support) diff --git a/_posts/16-07-01-Components.md b/_posts/16-07-01-Components.md index 8fcb868..59cd3f0 100644 --- a/_posts/16-07-01-Components.md +++ b/_posts/16-07-01-Components.md @@ -47,7 +47,7 @@ components best decoupled from the Laravel framework are listed above._ [Aura]: http://auraphp.com/framework/ [FuelPHP]: https://github.com/fuelphp [Hoa Project]: https://github.com/hoaproject -[Symfony Components]: https://symfony.com/doc/current/components/index.html +[Symfony Components]: https://symfony.com/components [The League of Extraordinary Packages]: https://thephpleague.com/ [IoC Container]: https://github.com/illuminate/container [Eloquent ORM]: https://github.com/illuminate/database diff --git a/_posts/16-08-01-Sites.md b/_posts/16-08-01-Sites.md index 0a57e78..48c8142 100644 --- a/_posts/16-08-01-Sites.md +++ b/_posts/16-08-01-Sites.md @@ -10,7 +10,7 @@ title: Other Useful Resources * [PHP Cheatsheets](http://phpcheatsheets.com/) - for variable comparisons, arithmetics and variable testing in various PHP versions. * [Modern PHP Cheatsheet](https://github.com/smknstd/modern-php-cheatsheet) - documents modern (PHP 7.0+) idioms in a unified document. -* [OWASP Security Cheatsheets](https://www.owasp.org/index.php/OWASP_Cheat_Sheet_Series) - provides a concise collection of high value information on specific application security topics. +* [OWASP Security Cheatsheets](https://owasp.org/www-project-cheat-sheets/) - provides a concise collection of high value information on specific application security topics. ### More best practices