diff --git a/components/list/index.zh-CN.md b/components/list/index.zh-CN.md index 4643b9e3ae..623ad6b880 100644 --- a/components/list/index.zh-CN.md +++ b/components/list/index.zh-CN.md @@ -15,7 +15,7 @@ cover: https://gw.alipayobjects.com/zos/alicdn/5FrZKStG_/List.svg ## API -另外我们封装了 [ProList](https://prolist.ant.design/),在 `antd` List 之上扩展了更多便捷易用的功能,比如多选,展开等功能,使用体验贴近 Table,欢迎尝试使用。 +另外我们封装了 [ProList](https://procomponents.ant.design/components/list),在 `antd` List 之上扩展了更多便捷易用的功能,比如多选,展开等功能,使用体验贴近 Table,欢迎尝试使用。 ### List diff --git a/docs/react/practical-projects.en-US.md b/docs/react/practical-projects.en-US.md index 1d8452f73a..e5b3e7a283 100644 --- a/docs/react/practical-projects.en-US.md +++ b/docs/react/practical-projects.en-US.md @@ -210,7 +210,7 @@ export default ( ); ``` -Click here [Quick Start](https://prolayout.ant.design/getting-started). +Click here [Quick Start](https://procomponents.ant.design/en-US/components/layout). ## ProTable @@ -263,7 +263,7 @@ const Products = () => { }; ``` -ProTable provides preset logic to handle loading, pagination and search forms, which can greatly reduce the amount of code, click here [Quick Start](https://protable.ant.design/getting-started). +ProTable provides preset logic to handle loading, pagination and search forms, which can greatly reduce the amount of code, click here [ProTable](https://procomponents.ant.design/en-US/components/table). ## Build @@ -293,5 +293,5 @@ You can: - Know [the umi routes](https://umijs.org/zh/guide/router.html) - Know [how to deploy umi application](https://umijs.org/zh/guide/deploy.html) - Scaffolding out of the box [Ant Design Pro](https://pro.ant.design) -- Advanced Layout [ProLayout](https://prolayout.ant.design) -- Advanced Table [ProTable](https://protable.ant.design) +- Advanced Layout [ProLayout](https://procomponents.ant.design/en-US/components/layout) +- Advanced Table [ProTable](https://procomponents.ant.design/en-US/components/table) diff --git a/docs/react/practical-projects.zh-CN.md b/docs/react/practical-projects.zh-CN.md index a303560b0f..522eb823d3 100644 --- a/docs/react/practical-projects.zh-CN.md +++ b/docs/react/practical-projects.zh-CN.md @@ -213,7 +213,7 @@ export default ( ); ``` -点击这里[快速开始](https://prolayout.ant.design/getting-started)。 +点击这里[快速开始](https://procomponents.ant.design/components/layout)。 ## ProTable @@ -266,7 +266,7 @@ const Products = () => { }; ``` -ProTable 提供了预设逻辑来处理 loading,分页 和搜索表单,可以大大减少代码量,点击这里[快速开始](https://protable.ant.design/getting-started)。 +ProTable 提供了预设逻辑来处理 loading,分页 和搜索表单,可以大大减少代码量,点击这里[快速开始](https://procomponents.ant.design/components/table)。 ## 构建应用 @@ -296,5 +296,5 @@ $ yarn build - 理解 [umi 的路由](https://umijs.org/zh/guide/router.html) - 理解 [如何部署 umi 应用](https://umijs.org/zh/guide/deploy.html) - 开箱即用的脚手架 [Ant Design Pro](https://pro.ant.design) -- 高级布局 [ProLayout](https://prolayout.ant.design) -- 高级表格 [ProTable](https://protable.ant.design) +- 高级布局 [ProLayout](https://procomponents.ant.design/components/layout) +- 高级表格 [ProTable](https://procomponents.ant.design/components/table)