From 31266d61ed8ca61f6a6509676a067b2f22bf6125 Mon Sep 17 00:00:00 2001 From: Jamie York Date: Wed, 30 Jan 2013 22:44:55 +0000 Subject: [PATCH] --- awesome-php.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awesome-php.md b/awesome-php.md index 8f7af972..b0b92616 100644 --- a/awesome-php.md +++ b/awesome-php.md @@ -4,7 +4,7 @@ A list of amazingly awesome PHP libraries that you should consider using (and so * [Composer](http://getcomposer.org/)/[Packagist](http://packagist.org/) - A package and dependency manager. * [Symfony2](http://symfony.com/) - A framework comprised of individual components. -* [Zend Framework 2](https://github.com/zendframework/zf2) - Another framework comprised of individual components. +* [Zend Framework 2](http://framework.zend.com) - Another framework comprised of individual components. * [Laravel 4](https://github.com/laravel/framework) - A simple PHP framework. * [Lithium](http://lithify.me/) - Another framework of components. * [Symfony2 Components](http://symfony.com/doc/master/components/index.html) - The components that make Symfony2.