diff --git a/README-zh_CN.md b/README-zh_CN.md index 186ce4a12134699f088c8a1c48da5a50fbd8da7c..97f99b3ecdcbafce55451b533c10d65353e30051 100644 --- a/README-zh_CN.md +++ b/README-zh_CN.md @@ -49,7 +49,7 @@ import 'antd/lib/index.css'; // or 'antd/style/index.less' - [React UI 库](http://ant.design/docs/react/introduce) - [修改记录](CHANGELOG.md) - [开发脚手架](https://github.com/ant-design/antd-init/) -- [本地调试工具集](https://github.com/dora-js/dora/) +- [开发工具文档](http://ant-tool.github.io/) - [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/README.md b/README.md index 835e1addca9b0752d7841adbc97cbb4b8d4a8f2f..3f0c5004fdb29384c37ca9fe9ed12a32ec2867cc 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Normal browsers and Internet Explorer 8+. - [React UI library](http://ant.design/docs/react/introduce) - [ChangeLog](CHANGELOG.md) - [Scaffold tool](https://github.com/ant-design/antd-init/) -- [Debug tools set](https://github.com/dora-js/dora) +- [Development tool](http://ant-tool.github.io/) - [React components](http://react-component.github.io/) - [React style guide](https://github.com/react-component/react-component.github.io/blob/master/docs/zh-cn/component-code-style.md) - [React component design guide](https://github.com/react-component/react-component.github.io/blob/master/docs/zh-cn/component-design.md) diff --git a/docs/react/getting-started.md b/docs/react/getting-started.md index cb91b7e4ef30d08cc4ebe7351be53058e2a0f774..1d346d06ae7957f5c7a9cd5d7a1c40765bbb3b8d 100644 --- a/docs/react/getting-started.md +++ b/docs/react/getting-started.md @@ -19,7 +19,7 @@ Ant Design React 致力于提供给程序员**愉悦**的开发体验。 实际项目开发中,你会需要对 ES2015 和 JSX 代码的构建、调试、代理、打包部署等一系列工程化的需求。 我们提供了一套 `npm` + `webpack` 的开发工具链来辅助开发,下面我们用一个简单的实例来说明。 -### 1. 安装命令行工具 +### 1. 安装脚手架工具 > 使用 `antd-init` 前,务必确认 [Node.js](https://nodejs.org/en/) 已经升级到 v4.x 或以上。 @@ -27,7 +27,7 @@ Ant Design React 致力于提供给程序员**愉悦**的开发体验。 $ npm install antd-init -g ``` -[更多使用说明](https://github.com/ant-design/antd-init/)。 +更多功能请参考 [脚手架工具](https://github.com/ant-design/antd-init/) 和 [开发工具文档](http://ant-tool.github.io/)。 ### 2. 创建一个项目 diff --git a/docs/react/install.md b/docs/react/install.md index 617b24e174ac43a9d7518e6e33cc33fc0bec61ed..f72ac9e492f5788cce338d6b03ce9f6353f81476 100644 --- a/docs/react/install.md +++ b/docs/react/install.md @@ -40,4 +40,4 @@ $ npm install antd-init -g 在空目录运行 `antd-init` 可以初始化一个 antd 的前端应用。 -> 更多 [使用方式](https://github.com/dora-js/dora/)。 +> 更多开发工具 [使用方式](http://ant-tool.github.io/)。 diff --git a/docs/react/install_en.md b/docs/react/install_en.md index f7de8e74ce9d161139427e6eb28d114bfa87e1f1..7dc0c54ec4a6e2d8d3b1cb740b9b1eaa6683d46f 100644 --- a/docs/react/install_en.md +++ b/docs/react/install_en.md @@ -34,4 +34,4 @@ $ npm install antd-init -g Inside an empty folder run `antd-init` to init. -> [More tools](https://github.com/dora-js/dora/)。 +> [More development tools](http://ant-tool.github.io/)。 diff --git a/docs/react/introduce.md b/docs/react/introduce.md index 56759c61c579d3c8aee75a4aa5f8706a6e745c8e..072ccfd4e64a1ed0053c61052dd02bc9419cbf53 100644 --- a/docs/react/introduce.md +++ b/docs/react/introduce.md @@ -64,7 +64,7 @@ import 'antd/lib/index.css'; // or 'antd/style/index.less' - [首页](http://ant.design/) - [修改记录](http://ant.design/changelog) - [开发脚手架](https://github.com/ant-design/antd-init/) -- [本地调试工具集](https://github.com/dora-js/dora/) +- [开发工具文档](http://ant-tool.github.io/) - [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)