mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-10 15:54:01 +02:00
Update http links that now redirect to https
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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/
|
||||
|
@@ -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/
|
||||
|
@@ -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/)
|
||||
|
Reference in New Issue
Block a user