diff --git a/book/0-preface.md b/book/0-preface.md
index 53bcf94..a8167d9 100644
--- a/book/0-preface.md
+++ b/book/0-preface.md
@@ -30,10 +30,10 @@ C++17 则是近三年依赖 C++ 社区一致推进的方向,也指出了**现
本书每章中都出现了大量的代码,如果你在跟随本书介绍特性的思路编写自己的代码遇到问题时,不妨读一读随书附上的源码,你可以在[这里](../code)中找到书中介绍过的全部的源码,所有代码按章节组织,文件夹名称为章节序号。
-[返回目录](./toc.md) | 上一章 | [下一章](./1-intro.md)
+[返回目录](./toc.md) | 上一章 | [下一章:迈向 C++11/14/17](./1-intro.md)
## 许可
-本书由[欧长坤](https://github.com/changkun)撰写,采用[知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议](http://creativecommons.org/licenses/by-nc-nd/4.0/)许可。项目中代码使用 MIT 协议开源,参见[许可](../LICENSE)。
\ No newline at end of file
+本书系[欧长坤](https://github.com/changkun)著,采用[知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议](http://creativecommons.org/licenses/by-nc-nd/4.0/)许可。项目中代码使用 MIT 协议开源,参见[许可](../LICENSE)。
\ No newline at end of file
diff --git a/book/1-intro.md b/book/1-intro.md
index 291fce3..3431d7c 100644
--- a/book/1-intro.md
+++ b/book/1-intro.md
@@ -116,7 +116,7 @@ clean:
不必担心,本书的后续章节将为你介绍这一切。
-[返回目录](./toc.md) | [上一章](./0-preface.md) | [下一章](./2-usability.md)
+[返回目录](./toc.md) | [上一章](./0-preface.md) | [下一章:语言可用性强化](./2-usability.md)
## 进一步阅读的参考文献
@@ -129,4 +129,4 @@ clean:
-本教程由[欧长坤](https://github.com/changkun)撰写,采用[知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议](http://creativecommons.org/licenses/by-nc-nd/4.0/)许可。项目中代码使用 MIT 协议开源,参见[许可](../LICENSE)。
\ No newline at end of file
+本书系[欧长坤](https://github.com/changkun)著,采用[知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议](http://creativecommons.org/licenses/by-nc-nd/4.0/)许可。项目中代码使用 MIT 协议开源,参见[许可](../LICENSE)。
\ No newline at end of file
diff --git a/book/toc.md b/book/toc.md
index 203ab0f..7a3b727 100644
--- a/book/toc.md
+++ b/book/toc.md
@@ -96,4 +96,12 @@
+ 结构化绑定(Structured bindings)
+ 变量声明的强化
+ 未入选特性
- + Concepts
\ No newline at end of file
+ + Concepts
+
+返回目录 | 上一章 | [下一章:序言](./0-preface.md)
+
+## 许可
+
+
+
+本书系[欧长坤](https://github.com/changkun)著,采用[知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议](http://creativecommons.org/licenses/by-nc-nd/4.0/)许可。项目中代码使用 MIT 协议开源,参见[许可](../LICENSE)。
\ No newline at end of file