Update http links that now redirect to https

This commit is contained in:
Xymph
2022-08-25 15:10:26 +02:00
parent 67bb04ce9d
commit 14954aabb7
6 changed files with 11 additions and 12 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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/

View File

@@ -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/

View File

@@ -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/)