Browse Source

Update url redirects (#792)

pull/793/head
Ondřej Machulda 8 years ago
parent
commit
79794c6e30
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      README.md

+ 3
- 3
README.md View File

@@ -151,7 +151,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
151 151
 * [Lumen](https://lumen.laravel.com) - A micro-framework by Laravel.
152 152
 * [Proton](https://github.com/alexbilbie/Proton) - A StackPHP compatible micro framework.
153 153
 * [Radar](https://github.com/radarphp/Radar.Adr) - An Action-Domain-Responder implementation for PHP.
154
-* [Silex](http://silex.sensiolabs.org/) - A micro framework built around Symfony components.
154
+* [Silex](https://silex.sensiolabs.org/) - A micro framework built around Symfony components.
155 155
 * [Slim](https://www.slimframework.com/) - Another simple micro framework.
156 156
 
157 157
 ## Micro Framework Extras
@@ -183,7 +183,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
183 183
 * [PHPTAL](http://phptal.org/) - A PHP implementation of the [TAL](https://en.wikipedia.org/wiki/Template_Attribute_Language) templating language.
184 184
 * [Plates](http://platesphp.com/) - A native PHP templating library.
185 185
 * [Smarty](http://www.smarty.net/) - A template engine to complement PHP.
186
-* [Twig](http://twig.sensiolabs.org/) - A comprehensive templating language.
186
+* [Twig](https://twig.sensiolabs.org/) - A comprehensive templating language.
187 187
 * [Tale Jade](https://github.com/Talesoft/tale-jade) - A PHP implementation of the Jade template language.
188 188
 
189 189
 ## Static Site Generators
@@ -299,7 +299,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
299 299
 * [HTTP Mock](https://github.com/InterNations/http-mock) - A library for mocking HTTP requests in unit tests.
300 300
 * [Kahlan](https://github.com/kahlan/kahlan) - Full stack Unit/BDD testing framework with built-in stub, mock and code-coverage support.
301 301
 * [Mink](http://mink.behat.org/en/latest/) - Web acceptance testing.
302
-* [Mockery](https://github.com/padraic/mockery) - A mock object library for testing.
302
+* [Mockery](https://github.com/mockery/mockery) - A mock object library for testing.
303 303
 * [ParaTest](https://github.com/brianium/paratest) - A parallel testing library for PHPUnit.
304 304
 * [Peridot](https://github.com/peridot-php/peridot) - An event driven test framework.
305 305
 * [Phake](https://github.com/mlively/Phake) - Another mock object library for testing.

Loading…
Cancel
Save