Skip to content

Commit e8db6d7

Browse files
committed
Update site links that redirect to a new domain
1 parent 11209a4 commit e8db6d7

5 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Chris Tankersley has a very helpful blog post on what tools he uses to do [PHP d
2525

2626
[easyphp]: https://www.easyphp.org/
2727
[phpmanager]: http://phpmanager.codeplex.com/
28-
[openserver]: http://open-server.ru/
28+
[openserver]: https://ospanel.io/
2929
[wamp]: https://www.wampserver.com/en/
3030
[php-downloads]: https://windows.php.net/download/
3131
[php-iis]: https://php.iis.net/

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ After including those new rules in the `.po` file, a new scan will bring in your
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
420+
[ICU project]: https://icu.unicode.org/
421421
[symfony-keys]: https://symfony.com/doc/current/components/translation/usage.html#creating-translations
422422

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

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

Lines changed: 1 addition & 1 deletion
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/)
65+
* [Selenium](https://www.selenium.dev/)
6666
* [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-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/

_posts/12-05-01-Building-your-Application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ PHP.
9494
[Chef_cookbook]: https://github.com/chef-cookbooks/php
9595
[Chef_tutorial]: https://www.youtube.com/playlist?list=PL11cZfNdwNyPnZA9D1MbVqldGuOWqbumZ
9696
[apache_ant_tutorial]: https://code.tutsplus.com/tutorials/automate-your-projects-with-apache-ant--net-18595
97-
[Travis CI]: https://travis-ci.org/
97+
[Travis CI]: https://www.travis-ci.com/
9898
[Jenkins]: https://jenkins.io/
9999
[PHPCI]: https://github.com/dancryer/phpci
100100
[PHP Censor]: https://github.com/php-censor/php-censor

0 commit comments

Comments
 (0)