From 43679ff4911d93354006c22ad338f2117518fd40 Mon Sep 17 00:00:00 2001 From: Cthulhu <1948638989@qq.com> Date: Wed, 23 Nov 2016 11:20:27 +0800 Subject: [PATCH] =?UTF-8?q?readme=EF=BC=9Afix=20a=20hyperlinks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 036b4d3..c3438a1 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ 1. [Item 5:优先考虑auto而非显式类型声明](https://github.com/racaljk/EffectiveModernCppChinese/blob/master/2.auto/item5.md) 2. [Item 6:auto推导若非己愿,使用显式类型初始化惯用法](https://github.com/racaljk/EffectiveModernCppChinese/blob/master/2.auto/item6.md) 3. 移步现代C++ - 1. [Item 7:区别使用()和{}创建对象]((https://github.com/racaljk/EffectiveModernCppChinese/blob/master/3.MovingToModernCpp/item7.md)) + 1. [Item 7:区别使用()和{}创建对象](https://github.com/racaljk/EffectiveModernCppChinese/blob/master/3.MovingToModernCpp/item7.md) 2. Item 8:优先考虑nullptr而非0和NULL 3. Item 9:优先考虑alias声明而非typedefs 4. Item 10:优先考虑域内enum而非域外enum