Skip to content

Commit f19afaa

Browse files
committed
Update link
1 parent 4c2d57d commit f19afaa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tutorial01/tutorial01.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
摘要:设置编译环境、测试驱动、解析器主要函数及各数据结构。
77

8-
本文是[《从零开始的 JSON 库教程》](https://zhuanlan.zhihu.com/p/22457315)的第一个单元。教程练习源代码位于 [json-tutorial](https://github.com/miloyip/json-tutorial)
8+
本文是[《从零开始的 JSON 库教程》](https://zhuanlan.zhihu.com/json-tutorial)的第一个单元。教程练习源代码位于 [json-tutorial](https://github.com/miloyip/json-tutorial)
99

1010
## JSON 是什么
1111

tutorial01_answer/tutorial01_answer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Milo Yip
44
* 2016/9/17
55

6-
本文是[《从零开始的 JSON 库教程》](https://zhuanlan.zhihu.com/p/22457315)的第一个单元。解答代码位于 [json-tutorial/tutorial01_answer](https://github.com/miloyip/json-tutorial/blob/master/tutorial01_answer/)
6+
本文是[《从零开始的 JSON 库教程》](https://zhuanlan.zhihu.com/json-tutorial)的第一个单元。解答代码位于 [json-tutorial/tutorial01_answer](https://github.com/miloyip/json-tutorial/blob/master/tutorial01_answer/)
77

88
## 1. 修正 LEPT_PARSE_ROOT_NOT_SINGULAR
99

0 commit comments

Comments
 (0)