Skip to content

Commit

Permalink
[Doc] fix component link URL (youzan#739)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan authored Mar 21, 2018
1 parent 3b17c03 commit 11f9715
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Vue.use(Vant);
<script src="https://unpkg.com/vant/lib/vant.min.js"></script>
```

更多内容请参考 [快速上手](https://www.youzanyun.com/zanui/vant#/zh-CN/component/quickstart).
更多内容请参考 [快速上手](https://www.youzanyun.com/zanui/vant#/zh-CN/quickstart).

## 贡献代码

Expand Down
4 changes: 1 addition & 3 deletions docs/markdown/en-US/quickstart.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
## Vant

Mobile UI Component based on `Vue 2.0`
## Quickstart

### Install

Expand Down
2 changes: 1 addition & 1 deletion docs/markdown/en-US/swipe.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Use `autoplay` prop to set autoplay interval
```

#### Image Lazyload
Use [Lazyload](#/zh-CN/component/lazyload) component to lazyload image
Use [Lazyload](#/en-US/lazyload) component to lazyload image

```html
<van-swipe>
Expand Down
2 changes: 1 addition & 1 deletion docs/markdown/zh-CN/address-edit.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@ export default {
| address | 详细地址 | `String` |

#### 省市县列表数据格式
请参考 [Area](#/zh-CN/component/area) 组件。
请参考 [Area](#/zh-CN/area) 组件。
4 changes: 2 additions & 2 deletions docs/markdown/zh-CN/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

### 快速上手

请参考 [快速上手](https://www.youzanyun.com/zanui/vant#/zh-CN/component/quickstart).
请参考 [快速上手](https://www.youzanyun.com/zanui/vant#/zh-CN/quickstart).

### 贡献代码

Expand All @@ -32,7 +32,7 @@

* [意见反馈](https://github.com/youzan/vant/issues)
* [加入我们](https://job.youzan.com)
* [更新日志](https://www.youzanyun.com/zanui/vant#/zh-CN/component/changelog)
* [更新日志](https://www.youzanyun.com/zanui/vant#/zh-CN/changelog)
* [React 组件库](https://www.youzanyun.com/zanui/zent)
* [微信小程序组件库](https://github.com/youzan/zanui-weapp)
* [vant-demo](https://github.com/youzan/vant-demo)
Expand Down
2 changes: 1 addition & 1 deletion docs/markdown/zh-CN/password-input.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## PasswordInput 密码输入框
密码输入框组件通常与 [数字键盘](#/zh-CN/component/number-keyboard) 组件配合使用
密码输入框组件通常与 [数字键盘](#/zh-CN/number-keyboard) 组件配合使用

### 使用指南
``` javascript
Expand Down
2 changes: 1 addition & 1 deletion docs/markdown/zh-CN/swipe.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Vue.use(Swipe).use(SwipeItem);
```

#### 图片懒加载
配合 [Lazyload](#/zh-CN/component/lazyload) 组件实现图片懒加载
配合 [Lazyload](#/zh-CN/lazyload) 组件实现图片懒加载

```html
<van-swipe :autoplay="3000">
Expand Down
2 changes: 1 addition & 1 deletion docs/src/doc.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ module.exports = {
},
{
path: '/quickstart',
title: 'Getting Started',
title: 'Quickstart',
noExample: true
},
{
Expand Down

0 comments on commit 11f9715

Please sign in to comment.