Skip to content

Commit 14954aa

Browse files
committed
Update http links that now redirect to https
1 parent 67bb04c commit 14954aa

6 files changed

+11
-12
lines changed

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

Lines changed: 6 additions & 6 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/
2828
[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/
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/
3434
[xampp]: http://www.apachefriends.org/en/xampp.html

_posts/10-02-01-Web-Application-Security.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,4 @@ methods to protect yourself against them. This is a must read for the security-c
3939
[5]: http://searchsecurity.techtarget.com/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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ users of the application.
6363
#### Functional Testing Tools
6464

6565
* [Selenium](https://docs.seleniumhq.org/)
66-
* [Mink](http://mink.behat.org/)
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/12-05-01-Building-your-Application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ PHP.
8686
[buildautomation]: https://wikipedia.org/wiki/Build_automation
8787
[Phing]: https://www.phing.info/
8888
[Apache Ant]: https://ant.apache.org/
89-
[Capistrano]: http://capistranorb.com/
89+
[Capistrano]: https://capistranorb.com/
9090
[Ansistrano]: https://ansistrano.com
9191
[phpdeploy_deployer]: https://www.sitepoint.com/deploying-php-applications-with-deployer/
9292
[Chef]: https://www.chef.io/

_posts/16-08-01-Sites.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ title: Other Useful Resources
2222
You can subscribe to weekly newsletters to keep yourself informed on new libraries, latest news, events and general
2323
announcements, as well as additional resources being published every now and then:
2424

25-
* [PHP Weekly](http://www.phpweekly.com)
25+
* [PHP Weekly](https://www.phpweekly.com)
2626
* [JavaScript Weekly](https://javascriptweekly.com/)
2727
* [Frontend Focus](https://frontendfoc.us/)
2828
* [Mobile Web Weekly](https://mobiledevweekly.com/)

0 commit comments

Comments
 (0)