diff --git a/docs/02-displaying-data.zh-CN.md b/docs/02-displaying-data.zh-CN.md index 9e9f5d2d..3b8f2440 100644 --- a/docs/02-displaying-data.zh-CN.md +++ b/docs/02-displaying-data.zh-CN.md @@ -4,7 +4,7 @@ title: 显示数据 layout: docs permalink: displaying-data-zh-CN.html prev: why-react-zh-CN.html -next: jsx-in-depth.html +next: jsx-in-depth-zh-CN.html --- 用户界面能做的最基础的事就是显示一些数据。React 让显示数据变得简单,当数据变化的时候,用户界面会自动同步更新。