Update links that redirect to a new path on the same site

This commit is contained in:
Xymph
2022-08-25 15:36:13 +02:00
parent 14954aabb7
commit 11209a4bad
7 changed files with 8 additions and 8 deletions

View File

@@ -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)

View File

@@ -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/

View File

@@ -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)

View File

@@ -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/

View File

@@ -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)

View File

@@ -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

View File

@@ -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