From 14954aabb72ae3d81a4da494a1f0aa5ea6b12fc2 Mon Sep 17 00:00:00 2001 From: Xymph Date: Thu, 25 Aug 2022 15:10:26 +0200 Subject: [PATCH] Update http links that now redirect to https --- _posts/01-05-01-Windows-Setup.md | 12 ++++++------ _posts/10-02-01-Web-Application-Security.md | 3 +-- _posts/11-02-01-Test-Driven-Development.md | 2 +- _posts/11-03-01-Behavior-Driven-Development.md | 2 +- _posts/12-05-01-Building-your-Application.md | 2 +- _posts/16-08-01-Sites.md | 2 +- 6 files changed, 11 insertions(+), 12 deletions(-) diff --git a/_posts/01-05-01-Windows-Setup.md b/_posts/01-05-01-Windows-Setup.md index 61169d6..53a954a 100644 --- a/_posts/01-05-01-Windows-Setup.md +++ b/_posts/01-05-01-Windows-Setup.md @@ -23,12 +23,12 @@ live. If you are developing on Windows and deploying to Linux (or anything non-W Chris Tankersley has a very helpful blog post on what tools he uses to do [PHP development using Windows][windows-tools]. -[easyphp]: http://www.easyphp.org/ +[easyphp]: https://www.easyphp.org/ [phpmanager]: http://phpmanager.codeplex.com/ [openserver]: http://open-server.ru/ -[wamp]: http://www.wampserver.com/en/ -[php-downloads]: http://windows.php.net/download/ -[php-iis]: http://php.iis.net/ -[windows-path]: http://www.windows-commandline.com/set-path-command-line/ -[windows-tools]: http://ctankersley.com/2016/11/13/developing-on-windows-2016/ +[wamp]: https://www.wampserver.com/en/ +[php-downloads]: https://windows.php.net/download/ +[php-iis]: https://php.iis.net/ +[windows-path]: https://www.windows-commandline.com/set-path-command-line/ +[windows-tools]: https://ctankersley.com/2016/11/13/developing-on-windows-2016/ [xampp]: http://www.apachefriends.org/en/xampp.html diff --git a/_posts/10-02-01-Web-Application-Security.md b/_posts/10-02-01-Web-Application-Security.md index bbb4b90..6f939da 100644 --- a/_posts/10-02-01-Web-Application-Security.md +++ b/_posts/10-02-01-Web-Application-Security.md @@ -39,5 +39,4 @@ methods to protect yourself against them. This is a must read for the security-c [5]: http://searchsecurity.techtarget.com/definition/address-space-layout-randomization-ASLR [6]: https://paragonie.com/blog/2016/01/on-design-and-implementation-stealth-backdoor-for-web-applications [7]: https://paragonie.com/blog/2015/05/using-encryption-and-authentication-correctly -[8]: http://blog.ircmaxell.com/2014/11/its-all-about-time.html - +[8]: https://blog.ircmaxell.com/2014/11/its-all-about-time.html diff --git a/_posts/11-02-01-Test-Driven-Development.md b/_posts/11-02-01-Test-Driven-Development.md index b4715ce..f4d3e5b 100644 --- a/_posts/11-02-01-Test-Driven-Development.md +++ b/_posts/11-02-01-Test-Driven-Development.md @@ -63,6 +63,6 @@ users of the application. #### Functional Testing Tools * [Selenium](https://docs.seleniumhq.org/) -* [Mink](http://mink.behat.org/) +* [Mink](https://mink.behat.org/) * [Codeception](https://codeception.com/) is a full-stack testing framework that includes acceptance testing tools * [Storyplayer](https://datasift.github.io/storyplayer/) is a full-stack testing framework that includes support for creating and destroying test environments on demand diff --git a/_posts/11-03-01-Behavior-Driven-Development.md b/_posts/11-03-01-Behavior-Driven-Development.md index e952200..38b825f 100644 --- a/_posts/11-03-01-Behavior-Driven-Development.md +++ b/_posts/11-03-01-Behavior-Driven-Development.md @@ -24,7 +24,7 @@ purpose. This framework is inspired by the [RSpec project][Rspec] for Ruby. * [Codeception] is a full-stack testing framework that uses BDD principles. -[Behat]: http://behat.org/ +[Behat]: https://behat.org/ [Cucumber]: https://cucumber.io/ [PHPSpec]: https://www.phpspec.net/ [RSpec]: https://rspec.info/ diff --git a/_posts/12-05-01-Building-your-Application.md b/_posts/12-05-01-Building-your-Application.md index ca64d8c..760d372 100644 --- a/_posts/12-05-01-Building-your-Application.md +++ b/_posts/12-05-01-Building-your-Application.md @@ -86,7 +86,7 @@ PHP. [buildautomation]: https://wikipedia.org/wiki/Build_automation [Phing]: https://www.phing.info/ [Apache Ant]: https://ant.apache.org/ -[Capistrano]: http://capistranorb.com/ +[Capistrano]: https://capistranorb.com/ [Ansistrano]: https://ansistrano.com [phpdeploy_deployer]: https://www.sitepoint.com/deploying-php-applications-with-deployer/ [Chef]: https://www.chef.io/ diff --git a/_posts/16-08-01-Sites.md b/_posts/16-08-01-Sites.md index 80434df..0a57e78 100644 --- a/_posts/16-08-01-Sites.md +++ b/_posts/16-08-01-Sites.md @@ -22,7 +22,7 @@ title: Other Useful Resources You can subscribe to weekly newsletters to keep yourself informed on new libraries, latest news, events and general announcements, as well as additional resources being published every now and then: -* [PHP Weekly](http://www.phpweekly.com) +* [PHP Weekly](https://www.phpweekly.com) * [JavaScript Weekly](https://javascriptweekly.com/) * [Frontend Focus](https://frontendfoc.us/) * [Mobile Web Weekly](https://mobiledevweekly.com/)