misc:fix file path error

This commit is contained in:
Cthulhu 2016-11-18 11:42:22 +08:00
parent df82ff4bb2
commit f70b35d5b9

View File

@ -6,6 +6,6 @@
# 目录
1. 类型推导
1. [Item 1:理解模板类型推导[已翻译]](https://github.com/racaljk/EffectiveModernCppChinese/blob/master/item1.md)
2. [Item 2:理解auto类型推导[已翻译]](https://github.com/racaljk/EffectiveModernCppChinese/blob/master/item2.md)
3. [Item 2:理解decltype[已翻译]](https://github.com/racaljk/EffectiveModernCppChinese/blob/master/item3.md)
1. [Item 1:理解模板类型推导[已翻译]](https://github.com/racaljk/EffectiveModernCppChinese/blob/master/1.DeducingTypes/item1.md)
2. [Item 2:理解auto类型推导[已翻译]](https://github.com/racaljk/EffectiveModernCppChinese/blob/master/1.DeducingTypes/item2.md)
3. [Item 2:理解decltype[已翻译]](https://github.com/racaljk/EffectiveModernCppChinese/blob/master/1.DeducingTypes/item3.md)