Merge pull request #507 from ReedSun/bug-fix-wxc-result-ducument

[!] wxc-result: fix error document link
diff --git a/packages/wxc-result/README.md b/packages/wxc-result/README.md
index 18c4e39..1cf9238 100644
--- a/packages/wxc-result/README.md
+++ b/packages/wxc-result/README.md
@@ -4,7 +4,7 @@
 
 ### Rule
   - Used for error pages to reduce user anxiety.
-  - You can configure this [type.js#L5](https://github.com/apache/incubator-weex-ui/blob/master/example/result/type.js#L5) for custom errors
+  - You can configure this [type.js](https://github.com/apache/incubator-weex-ui/blob/master/packages/wxc-result/type.js) for custom errors
 
 
 ## [Demo](https://h5.m.taobao.com/trip/wx-detection-demo/result/index.html?_wx_tpl=https%3A%2F%2Fh5.m.taobao.com%2Ftrip%2Fwx-detection-demo%2Fresult%2Findex.weex.js)
@@ -48,7 +48,7 @@
 | type | `String` |`N`| `errorPage`|`errorPage、noNetwork、noGoods、errorLocation`|
 | show | `Boolean` |`N`| `true` | whether to show |
 | padding-top | `Number` |`N`| `240` | padding top from screen |
-| custom-set | `Object` |`N`| `{}` |custom config [type.js#L4](https://github.com/apache/incubator-weex-ui/blob/master/example/result/type.js#L4)|
+| custom-set | `Object` |`N`| `{}` |custom config [type.js](https://github.com/apache/incubator-weex-ui/blob/master/packages/wxc-result/type.js)|
 | wrap-style | `Object` | `N`|`{}` | custom wrap style|
 
 ### Custom Config
diff --git a/packages/wxc-result/README_cn.md b/packages/wxc-result/README_cn.md
index ed99e2e..f525020 100644
--- a/packages/wxc-result/README_cn.md
+++ b/packages/wxc-result/README_cn.md
@@ -4,7 +4,7 @@
 
 ### 规则
   - 用于出错的页面,减少用户焦虑感
-  - 配置 [type.js#L5](https://github.com/apache/incubator-weex-ui/blob/master/example/result/type.js#L5) 来定制化
+  - 配置 [type.js](https://github.com/apache/incubator-weex-ui/blob/master/packages/wxc-result/type.js) 来定制化
 
 
 ## [Demo](https://h5.m.taobao.com/trip/wx-detection-demo/result/index.html?_wx_tpl=https%3A%2F%2Fh5.m.taobao.com%2Ftrip%2Fwx-detection-demo%2Fresult%2Findex.weex.js)
@@ -49,7 +49,7 @@
 | type | `String` |`N`| `errorPage`|`errorPage、noNetwork、noGoods、errorLocation`|
 | show | `Boolean` |`N`| `true` | 是否显示 |
 | padding-top | `Number` |`N`| `240` | 图案距离顶部高度 |
-| custom-set | `Object` |`N`| `{}` | 自定义覆盖 [type.js#L4](https://github.com/apache/incubator-weex-ui/blob/master/example/result/type.js#L4)|
+| custom-set | `Object` |`N`| `{}` | 自定义覆盖 [type.js](https://github.com/apache/incubator-weex-ui/blob/master/packages/wxc-result/type.js)|
 | wrap-style | `Object` | `N`|`{}` | 外层 wrap 样式自定义 |
 
 ### 自定义配置案例