Browse Source

Update README URLs based on HTTP redirects (#714)

pull/709/head
ReadmeCritic 9 years ago
parent
commit
f3fb9b4fce
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      README.md

+ 3
- 3
README.md View File

106
 *Web development frameworks.*
106
 *Web development frameworks.*
107
 
107
 
108
 * [Aura PHP](http://auraphp.com/) - A framework of independent components.
108
 * [Aura PHP](http://auraphp.com/) - A framework of independent components.
109
-* [CakePHP](http://cakephp.org/) - A rapid application development framework (CP).
109
+* [CakePHP](https://cakephp.org/) - A rapid application development framework (CP).
110
 * [Laravel 5](https://laravel.com/) - Another PHP framework (L5).
110
 * [Laravel 5](https://laravel.com/) - Another PHP framework (L5).
111
 * [Nette](https://nette.org) - Another framework comprised of individual components.
111
 * [Nette](https://nette.org) - Another framework comprised of individual components.
112
 * [Phalcon](https://phalconphp.com/en/) - A framework implemented as a C extension.
112
 * [Phalcon](https://phalconphp.com/en/) - A framework implemented as a C extension.
831
 *Web-based applications and tools.*
831
 *Web-based applications and tools.*
832
 
832
 
833
 * [3V4L](https://3v4l.org/) - An online PHP & HHVM shell.
833
 * [3V4L](https://3v4l.org/) - An online PHP & HHVM shell.
834
-* [DBV](http://dbv.vizuina.com/) - A database version control application.
834
+* [DBV](https://dbv.vizuina.com/) - A database version control application.
835
 * [PHP Queue](https://github.com/CoderKungfu/php-queue) - An application for managing queueing backends.
835
 * [PHP Queue](https://github.com/CoderKungfu/php-queue) - An application for managing queueing backends.
836
 * [MailCatcher](https://github.com/sj26/mailcatcher) - A web tool for capturing and viewing emails.
836
 * [MailCatcher](https://github.com/sj26/mailcatcher) - A web tool for capturing and viewing emails.
837
 * [Cachet](https://github.com/cachethq/cachet) - The open source status page system.
837
 * [Cachet](https://github.com/cachethq/cachet) - The open source status page system.
928
 * [PHP Sucks! But I Like It!](http://blog.ircmaxell.com/2012/04/php-sucks-but-i-like-it.html) - An article about the pros and cons of PHP.
928
 * [PHP Sucks! But I Like It!](http://blog.ircmaxell.com/2012/04/php-sucks-but-i-like-it.html) - An article about the pros and cons of PHP.
929
 * [Preventing CSRF Attacks](http://blog.ircmaxell.com/2013/02/preventing-csrf-attacks.html) - An article on preventing CSRF attacks.
929
 * [Preventing CSRF Attacks](http://blog.ircmaxell.com/2013/02/preventing-csrf-attacks.html) - An article on preventing CSRF attacks.
930
 * [Seven Ways to Screw Up BCrypt](http://blog.ircmaxell.com/2012/12/seven-ways-to-screw-up-bcrypt.html) - An article about correct BCrypt implementation.
930
 * [Seven Ways to Screw Up BCrypt](http://blog.ircmaxell.com/2012/12/seven-ways-to-screw-up-bcrypt.html) - An article about correct BCrypt implementation.
931
-* [Use Env](http://seancoates.com/blogs/use-env/) - An article about using the unix environment helper.
931
+* [Use Env](https://seancoates.com/blogs/use-env/) - An article about using the unix environment helper.
932
 
932
 
933
 ## PHP Internals Reading
933
 ## PHP Internals Reading
934
 *Reading materials related to the PHP internals or performance.*
934
 *Reading materials related to the PHP internals or performance.*

Loading…
Cancel
Save