From 52890a7daba01fa8eaef6cc15824e6af07047477 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=B0=E5=8F=A4?= Date: Fri, 13 Feb 2015 14:41:20 +0800 Subject: [PATCH] =?UTF-8?q?change=20the=20=E2=80=98php=5Fzh=5Fcn=5Fmanual'?= =?UTF-8?q?=20link?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change the personal 'php_zh_cn_manual' link to the official 'php_zh_cn_manual' link. --- free-programming-books-zh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/free-programming-books-zh.md b/free-programming-books-zh.md index 3f75f47ac..08ea846e5 100644 --- a/free-programming-books-zh.md +++ b/free-programming-books-zh.md @@ -169,7 +169,7 @@ ### PHP * [深入理解 PHP 内核](http://www.php-internals.com/book/) -* [PHP5中文手册](http://php.jz123.cn/) +* [PHP5中文手册](http://php.net/manual/zh/) * [PHP扩展开发及内核应用](http://www.walu.cc/phpbook/preface.md) * [Symfony2 实例教程](http://wusuopu.gitbooks.io/symfony2_tutorial/content)