From fb5e765b64156a66f6305f31b86c5fe08cb517e8 Mon Sep 17 00:00:00 2001 From: Neto Date: Thu, 26 Mar 2015 08:42:13 -0300 Subject: [PATCH] Fix CodeIgniter url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2154d6..a6b3672 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [PPI Framework 2](http://www.ppi.io) - An interoperability framework. * [CakePHP](http://cakephp.org/) - A rapid application development framework. * [Phalcon](http://phalconphp.com/en/) - A framework implemented as a C extension. -* [CodeIgniter](http://phalconphp.com/en/) - a powerful PHP framework with a very small footprint, built for developers who need a simple and elegant toolkit to create full-featured web applications. +* [CodeIgniter](http://www.codeigniter.com) - a powerful PHP framework with a very small footprint, built for developers who need a simple and elegant toolkit to create full-featured web applications. ## Framework Extras *Extras related to web development frameworks.*