docs: update links

This commit is contained in:
Benjy Cui 2016-09-30 10:34:11 +08:00
parent b501a79d91
commit 0265cf0cb1

View File

@ -1,6 +1,6 @@
---
order: 4
title:
title:
zh-CN: 智能提示
en-US: Automatic completion
---
@ -9,13 +9,13 @@ title:
输入框自动完成功能,下面是一个账号注册表单的例子。
推荐使用 [AutoComplete](/components/auto-complete) 组件。
推荐使用 [AutoComplete](/components/auto-complete/) 组件。
## en-US
Automatic completion of select input.
Automatic completion of select input.
Using the [AutoComplete](/components/auto-complete) component is strongly recommended instead as it is more flexible and capable.
Using the [AutoComplete](/components/auto-complete/) component is strongly recommended instead as it is more flexible and capable.
````jsx