From 24f300556279b4129e388f3560316d897f148842 Mon Sep 17 00:00:00 2001
From: tjz <415800467@qq.com>
Date: Sat, 26 May 2018 22:47:54 +0800
Subject: [PATCH] docs: update table docs
---
components/table/index.en-US.md | 6 +++---
components/table/index.zh-CN.md | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/components/table/index.en-US.md b/components/table/index.en-US.md
index 65bf0a6e9..47c9fa838 100644
--- a/components/table/index.en-US.md
+++ b/components/table/index.en-US.md
@@ -46,9 +46,9 @@ const columns = [{
| expandRowByClick | Whether to expand row by clicking anywhere in the whole row | boolean | `false` |
| footer | Table footer renderer | Function(currentPageData)\|slot-scope | |
| indentSize | Indent size in pixels of tree data | number | 15 |
-| loading | Loading status of table | boolean\|[object](https://vuecomponent.github.io/ant-design/#/us/components/spin) | `false` |
+| loading | Loading status of table | boolean\|[object](/ant-design/components/spin) | `false` |
| locale | i18n text including filter, sort, empty text, etc | object | filterConfirm: 'Ok'
filterReset: 'Reset'
emptyText: 'No Data' |
-| pagination | Pagination [config](#pagination) or [`Pagination`] (/components/pagination/), hide it by setting it to `false` | object | |
+| pagination | Pagination [config](#pagination) or [`Pagination`] (/ant-design/components/pagination/), hide it by setting it to `false` | object | |
| rowClassName | Row's className | Function(record, index):string | - |
| rowKey | Row's unique key, could be a string or function that returns a string | string\|Function(record):string | `key` |
| rowSelection | Row selection [config](#rowSelection) | object | null |
@@ -143,7 +143,7 @@ Properties for pagination.
| -------- | ----------- | ---- | ------- |
| position | specify the position of `Pagination` | 'top' \| 'bottom' \| 'both' | 'bottom' |
-More about pagination, please check [`Pagination`](/components/pagination/).
+More about pagination, please check [`Pagination`](/ant-design/components/pagination/).
### rowSelection
diff --git a/components/table/index.zh-CN.md b/components/table/index.zh-CN.md
index 6def630bc..b558eef2b 100644
--- a/components/table/index.zh-CN.md
+++ b/components/table/index.zh-CN.md
@@ -46,9 +46,9 @@ const columns = [{
| expandRowByClick | 通过点击行来展开子行 | boolean | `false` |
| footer | 表格尾部 | Function(currentPageData)\|slot-scope | |
| indentSize | 展示树形数据时,每层缩进的宽度,以 px 为单位 | number | 15 |
-| loading | 页面是否加载中 | boolean\|[object](https://vuecomponent.github.io/ant-design/#/cn/components/spin) | false |
+| loading | 页面是否加载中 | boolean\|[object](/ant-design/components/spin-cn) | false |
| locale | 默认文案设置,目前包括排序、过滤、空数据文案 | object | filterConfirm: '确定'
filterReset: '重置'
emptyText: '暂无数据' |
-| pagination | 分页器,参考[配置项](#pagination)或 [pagination](/components/pagination/),设为 false 时不展示和进行分页 | object | |
+| pagination | 分页器,参考[配置项](#pagination)或 [pagination](/ant-design/components/pagination-cn/),设为 false 时不展示和进行分页 | object | |
| rowClassName | 表格行的类名 | Function(record, index):string | - |
| rowKey | 表格行 key 的取值,可以是字符串或一个函数 | string\|Function(record):string | 'key' |
| rowSelection | 列表项是否可选择,[配置项](#rowSelection) | object | null |
@@ -142,7 +142,7 @@ const columns = [{
| --- | --- | --- | --- |
| position | 指定分页显示的位置 | 'top' \| 'bottom' \| 'both' | 'bottom' |
-更多配置项,请查看 [`Pagination`](/components/pagination/)。
+更多配置项,请查看 [`Pagination`](/ant-design/components/pagination/)。
### rowSelection