Bladeren bron

Fix README links (#834)

pull/649/merge
Miguel Piedrafita 8 jaren geleden
bovenliggende
commit
ecb0bcfd8d
1 gewijzigde bestanden met toevoegingen van 6 en 6 verwijderingen
  1. 6
    6
      README.md

+ 6
- 6
README.md Bestand weergeven

@@ -152,7 +152,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
152 152
 * [Lumen](https://lumen.laravel.com) - A micro-framework by Laravel.
153 153
 * [Proton](https://github.com/alexbilbie/Proton) - A StackPHP compatible micro framework.
154 154
 * [Radar](https://github.com/radarphp/Radar.Adr) - An Action-Domain-Responder implementation for PHP.
155
-* [Silex](https://silex.sensiolabs.org/) - A micro framework built around Symfony components.
155
+* [Silex](https://silex.symfony.com/) - A micro framework built around Symfony components.
156 156
 * [Slim](https://www.slimframework.com/) - Another simple micro framework.
157 157
 
158 158
 ## Micro Framework Extras
@@ -183,8 +183,8 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
183 183
 * [Phly Mustache](https://github.com/phly/phly_mustache) - Another PHP implementation of the Mustache template language.
184 184
 * [PHPTAL](http://phptal.org/) - A PHP implementation of the [TAL](https://en.wikipedia.org/wiki/Template_Attribute_Language) templating language.
185 185
 * [Plates](http://platesphp.com/) - A native PHP templating library.
186
-* [Smarty](http://www.smarty.net/) - A template engine to complement PHP.
187
-* [Twig](https://twig.sensiolabs.org/) - A comprehensive templating language.
186
+* [Smarty](https://www.smarty.net/) - A template engine to complement PHP.
187
+* [Twig](https://twig.symfony.com/) - A comprehensive templating language.
188 188
 * [Tale Jade](https://github.com/Talesoft/tale-jade) - A PHP implementation of the Jade template language.
189 189
 
190 190
 ## Static Site Generators
@@ -240,7 +240,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
240 240
 * [Mautic](https://github.com/mautic/mautic) - Email marketing automation
241 241
 * [PHPMailer](https://github.com/PHPMailer/PHPMailer) - Another mailer solution.
242 242
 * [Stampie](https://github.com/Stampie/Stampie) - A library for email services such as [SendGrid](https://sendgrid.com/), [PostMark](https://postmarkapp.com), [MailGun](https://www.mailgun.com/) and [Mandrill](http://www.mandrill.com).
243
-* [SwiftMailer](http://swiftmailer.org/) - A mailer solution.
243
+* [SwiftMailer](https://swiftmailer.symfony.com) - A mailer solution.
244 244
 
245 245
 ## Files
246 246
 *Libraries for file manipulation and MIME type detection.*
@@ -270,7 +270,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
270 270
 * [Container](https://github.com/thephpleague/container) - Another flexible dependency injection container.
271 271
 * [Disco](https://github.com/bitExpert/disco) - A PSR-11 compatible, annotation-based dependency injection container.
272 272
 * [PHP-DI](http://php-di.org/) - A dependency injection container that supports autowiring.
273
-* [Pimple](https://pimple.sensiolabs.org/) - A tiny dependency injection container.
273
+* [Pimple](https://pimple.symfony.com/) - A tiny dependency injection container.
274 274
 * [Symfony DI](https://github.com/symfony/dependency-injection) - A dependency injection container component (SF).
275 275
 
276 276
 ## Imagery
@@ -324,7 +324,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
324 324
 * [PHPCI](https://www.phptesting.org/) - An open source continuous integration platform for PHP.
325 325
 * [SemaphoreCI](https://semaphoreci.com/) - A continuous integration platform for open source and private projects.
326 326
 * [Shippable](https://app.shippable.com/) - A docker based continious integration platform for open source and private projects.
327
-* [Sismo](https://sismo.sensiolabs.org/) - A continuous testing server library.
327
+* [Sismo](https://sismo.symfony.com/) - A continuous testing server library.
328 328
 * [Travis CI](https://travis-ci.org/) - A continuous integration platform.
329 329
 * [Wercker](http://www.wercker.com/) - A continuous integration platform
330 330
 

Laden…
Annuleren
Opslaan