Skip to content

Commit cb2057d

Browse files
authored
Merge pull request #928 from Xymph/update-redirected-links
Update redirected links
2 parents 67bb04c + 28733fe commit cb2057d

17 files changed

+31
-32
lines changed

_posts/01-04-01-Mac-Setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,5 @@ you and tie them all together, but ease of setup comes with a trade-off of flexi
8282
[apache]: https://httpd.apache.org/
8383
[nginx]: https://www.nginx.com/
8484
[mamp-downloads]: https://www.mamp.info/en/downloads/
85-
[xampp]: https://www.apachefriends.org/index.html
85+
[xampp]: https://www.apachefriends.org/
8686
[brew-php-switcher]: https://github.com/philcook/brew-php-switcher

_posts/01-05-01-Windows-Setup.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ live. If you are developing on Windows and deploying to Linux (or anything non-W
2323

2424
Chris Tankersley has a very helpful blog post on what tools he uses to do [PHP development using Windows][windows-tools].
2525

26-
[easyphp]: http://www.easyphp.org/
26+
[easyphp]: https://www.easyphp.org/
2727
[phpmanager]: http://phpmanager.codeplex.com/
28-
[openserver]: http://open-server.ru/
29-
[wamp]: http://www.wampserver.com/en/
30-
[php-downloads]: http://windows.php.net/download/
31-
[php-iis]: http://php.iis.net/
32-
[windows-path]: http://www.windows-commandline.com/set-path-command-line/
33-
[windows-tools]: http://ctankersley.com/2016/11/13/developing-on-windows-2016/
34-
[xampp]: http://www.apachefriends.org/en/xampp.html
28+
[openserver]: https://ospanel.io/
29+
[wamp]: https://www.wampserver.com/en/
30+
[php-downloads]: https://windows.php.net/download/
31+
[php-iis]: https://php.iis.net/
32+
[windows-path]: https://www.windows-commandline.com/set-path-command-line/
33+
[windows-tools]: https://ctankersley.com/2016/11/13/developing-on-windows-2016/
34+
[xampp]: http://www.apachefriends.org/

_posts/05-06-01-Internationalization-and-Localization.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -412,13 +412,13 @@ After including those new rules in the `.po` file, a new scan will bring in your
412412
[func_format]: https://www.gnu.org/software/gettext/manual/gettext.html#Language-specific-options
413413
[aura-intl]: https://github.com/auraphp/Aura.Intl
414414
[oscarotero]: https://github.com/oscarotero/Gettext
415-
[symfony]: https://symfony.com/doc/current/components/translation.html
415+
[symfony]: https://symfony.com/components/Translation
416416
[laminas]: https://docs.laminas.dev/laminas-i18n/
417417
[laravel]: https://laravel.com/docs/master/localization
418418
[yii]: https://www.yiiframework.com/doc/guide/2.0/en/tutorial-i18n
419419
[intl]: https://secure.php.net/manual/intro.intl.php
420-
[ICU project]: http://www.icu-project.org
421-
[symfony-keys]: https://symfony.com/doc/current/components/translation/usage.html#creating-translations
420+
[ICU project]: https://icu.unicode.org/
421+
[symfony-keys]: https://symfony.com/doc/current/translation.html#using-real-or-keyword-messages
422422

423423
[sprintf]: https://secure.php.net/manual/function.sprintf.php
424424
[func]: https://secure.php.net/manual/function.gettext.php

_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/10-02-01-Web-Application-Security.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ methods to protect yourself against them. This is a must read for the security-c
3636
[2]: https://www.owasp.org/index.php/Guide_Table_of_Contents
3737
[3]: https://phpsecurity.readthedocs.io/en/latest/index.html
3838
[4]: https://paragonie.com/blog/2015/08/gentle-introduction-application-security
39-
[5]: http://searchsecurity.techtarget.com/definition/address-space-layout-randomization-ASLR
39+
[5]: https://www.techtarget.com/searchsecurity/definition/address-space-layout-randomization-ASLR
4040
[6]: https://paragonie.com/blog/2016/01/on-design-and-implementation-stealth-backdoor-for-web-applications
4141
[7]: https://paragonie.com/blog/2015/05/using-encryption-and-authentication-correctly
42-
[8]: http://blog.ircmaxell.com/2014/11/its-all-about-time.html
43-
42+
[8]: https://blog.ircmaxell.com/2014/11/its-all-about-time.html

_posts/11-02-01-Test-Driven-Development.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ users of the application.
6262

6363
#### Functional Testing Tools
6464

65-
* [Selenium](https://docs.seleniumhq.org/)
66-
* [Mink](http://mink.behat.org/)
65+
* [Selenium](https://www.selenium.dev/)
66+
* [Mink](https://mink.behat.org/)
6767
* [Codeception](https://codeception.com/) is a full-stack testing framework that includes acceptance testing tools
6868
* [Storyplayer](https://datasift.github.io/storyplayer/) is a full-stack testing framework that includes support for creating and destroying test environments on demand

_posts/11-03-01-Behavior-Driven-Development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ purpose. This framework is inspired by the [RSpec project][Rspec] for Ruby.
2424
* [Codeception] is a full-stack testing framework that uses BDD principles.
2525

2626

27-
[Behat]: http://behat.org/
27+
[Behat]: https://behat.org/
2828
[Cucumber]: https://cucumber.io/
2929
[PHPSpec]: https://www.phpspec.net/
3030
[RSpec]: https://rspec.info/

_posts/11-04-01-Complementary-Testing-Tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ libraries useful for any preferred approach taken.
1919
* [PHPUnit Polyfills] is a library that allows for creating PHPUnit cross-version compatible tests when a test suite needs to run against a range of PHPUnit versions.
2020

2121

22-
[Selenium]: https://www.seleniumhq.org/
22+
[Selenium]: https://www.selenium.dev/
2323
[integrated with PHPUnit]: https://github.com/giorgiosironi/phpunit-selenium/
2424
[Mockery]: https://github.com/padraic/mockery
2525
[PHPUnit]: https://phpunit.de/

0 commit comments

Comments
 (0)