Skip to content

Commit 11209a4

Browse files
committed
Update links that redirect to a new path on the same site
1 parent 14954aa commit 11209a4

7 files changed

+8
-8
lines changed

_posts/06-05-01-Further-Reading.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ anchor: further_reading
55

66
## Further Reading {#further_reading_title}
77

8-
* [What is Dependency Injection?](http://fabien.potencier.org/article/11/what-is-dependency-injection)
8+
* [What is Dependency Injection?](http://fabien.potencier.org/what-is-dependency-injection.html)
99
* [Dependency Injection: An analogy](https://mwop.net/blog/260-Dependency-Injection-An-analogy.html)
1010
* [Dependency Injection: Huh?](https://code.tutsplus.com/tutorials/dependency-injection-huh--net-26903)
1111
* [Dependency Injection as a tool for testing](https://medium.com/philipobenito/dependency-injection-as-a-tool-for-testing-902c21c147f1)

_posts/08-04-01-Compiled-Templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Using the [Twig] library.
6767
{% endhighlight %}
6868

6969

70-
[article_templating_engines]: http://fabien.potencier.org/article/34/templating-engines-in-php
70+
[article_templating_engines]: http://fabien.potencier.org/templating-engines-in-php.html
7171
[Twig]: https://twig.symfony.com/
7272
[Brainy]: https://github.com/box/brainy
7373
[Smarty]: https://www.smarty.net/

_posts/08-05-01-Further-Reading.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ anchor: templating_further_reading
77

88
### Articles & Tutorials
99

10-
* [Templating Engines in PHP](http://fabien.potencier.org/article/34/templating-engines-in-php)
10+
* [Templating Engines in PHP](http://fabien.potencier.org/templating-engines-in-php.html)
1111
* [An Introduction to Views & Templating in CodeIgniter](https://code.tutsplus.com/tutorials/an-introduction-to-views-templating-in-codeigniter--net-25648)
1212
* [Getting Started With PHP Templating](https://www.smashingmagazine.com/2011/10/getting-started-with-php-templating/)
1313
* [Roll Your Own Templating System in PHP](https://code.tutsplus.com/tutorials/roll-your-own-templating-system-in-php--net-16596)

_posts/13-03-01-Docker.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ The [PHPDocker.io] site will auto-generate all the files you need for a fully-fe
3939
[Docker]: https://www.docker.com/
4040
[docker-hub]: https://hub.docker.com/
4141
[docker-hub-official]: https://hub.docker.com/explore/
42-
[docker-install]: https://docs.docker.com/install/
42+
[docker-install]: https://docs.docker.com/get-docker/
4343
[docker-doc]: https://docs.docker.com/
44-
[PHPDocker.io]: https://phpdocker.io/generator
44+
[PHPDocker.io]: https://phpdocker.io/

_posts/16-05-01-PHP-PaaS-Providers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ anchor: php_paas_providers
1111
* [AWS Elastic Beanstalk](https://aws.amazon.com/elasticbeanstalk/)
1212
* [Cloudways](https://www.cloudways.com/)
1313
* [Divio](https://www.divio.com/php/)
14-
* [Engine Yard Cloud](https://www.engineyard.com/features)
14+
* [Engine Yard Cloud](https://www.engineyard.com/)
1515
* [fortrabbit](https://www.fortrabbit.com/)
1616
* [Google App Engine](https://cloud.google.com/appengine/docs/php/)
1717
* [Heroku](https://devcenter.heroku.com/categories/php-support)

_posts/16-07-01-Components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ components best decoupled from the Laravel framework are listed above._
4747
[Aura]: http://auraphp.com/framework/
4848
[FuelPHP]: https://github.com/fuelphp
4949
[Hoa Project]: https://github.com/hoaproject
50-
[Symfony Components]: https://symfony.com/doc/current/components/index.html
50+
[Symfony Components]: https://symfony.com/components
5151
[The League of Extraordinary Packages]: https://thephpleague.com/
5252
[IoC Container]: https://github.com/illuminate/container
5353
[Eloquent ORM]: https://github.com/illuminate/database

_posts/16-08-01-Sites.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ title: Other Useful Resources
1010

1111
* [PHP Cheatsheets](http://phpcheatsheets.com/) - for variable comparisons, arithmetics and variable testing in various PHP versions.
1212
* [Modern PHP Cheatsheet](https://github.com/smknstd/modern-php-cheatsheet) - documents modern (PHP 7.0+) idioms in a unified document.
13-
* [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.
13+
* [OWASP Security Cheatsheets](https://owasp.org/www-project-cheat-sheets/) - provides a concise collection of high value information on specific application security topics.
1414

1515
### More best practices
1616

0 commit comments

Comments
 (0)