From 3181ac884bf667bb83358618cca4bd3198f095e5 Mon Sep 17 00:00:00 2001 From: afc163 Date: Fri, 17 Jul 2015 00:28:15 +0800 Subject: [PATCH] update README.md --- README.md | 3 ++- docs/introduce.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index efba35a52a..d045f6be0f 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,8 @@ React.render(, mountNode); - [首页](http://ant.design/) - [文档](http://ant.design/docs/introduce) - [组件](http://ant.design/components/) -- [发布计划](https://github.com/ant-design/ant-design/issues/9) +- [构建调试工具](https://github.com/ant-design/antd-bin) +- [开发计划](https://github.com/ant-design/ant-design/issues/9) - [React 模块](http://react-component.github.io/) - [React 代码规范](https://github.com/react-component/react-component.github.io/blob/master/docs/zh-cn/component-code-style.md) - [组件设计原则](https://github.com/react-component/react-component.github.io/blob/master/docs/zh-cn/component-design.md) diff --git a/docs/introduce.md b/docs/introduce.md index a9f28881a3..0f359d2819 100644 --- a/docs/introduce.md +++ b/docs/introduce.md @@ -31,7 +31,8 @@ React.render(, mountNode); - [首页](http://ant.design/) - [文档](http://ant.design/docs/introduce) - [组件](http://ant.design/components/) -- [发布计划](https://github.com/ant-design/ant-design/issues/9) +- [构建调试工具](https://github.com/ant-design/antd-bin) +- [开发计划](https://github.com/ant-design/ant-design/issues/9) - [React 模块](http://react-component.github.io/) - [React 代码规范](https://github.com/react-component/react-component.github.io/blob/master/docs/zh-cn/component-code-style.md) - [组件设计原则](https://github.com/react-component/react-component.github.io/blob/master/docs/zh-cn/component-design.md) -- GitLab