From 23737c558d18afb4c8184ec49e2bb6a2babf634e Mon Sep 17 00:00:00 2001 From: YouBao Nong Date: Fri, 6 Feb 2015 15:53:45 +0800 Subject: [PATCH] fix next page link typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 下一页链接错误 --- docs/02-displaying-data.zh-CN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/02-displaying-data.zh-CN.md b/docs/02-displaying-data.zh-CN.md index 9e9f5d2d4..3b8f24403 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 让显示数据变得简单,当数据变化的时候,用户界面会自动同步更新。