fix radio-button doc link

This commit is contained in:
afc163 2016-11-06 15:45:39 +08:00
parent ba9949adcc
commit ebe2379a95
2 changed files with 2 additions and 4 deletions

View File

@ -11,10 +11,8 @@ Tabs make it easy to switch between different views.
Ant Design has 3 types Tabs for different situation.
- Card Tabs: for managing too many closeable views.
- Normal Tabs: for functional aspects of a page.
- RadioButton: for secondary tabs.
- [RadioButton](/components/radio/#components-radio-demo-radiobutton): for secondary tabs.
## API

View File

@ -15,7 +15,7 @@ Ant Design 依次提供了三级选项卡,分别用于不同的场景。
- 卡片式的页签,提供可关闭的样式,常用于容器顶部。
- 标准线条式页签,用于容器内部的主功能切换,这是最常用的 Tabs。
- [RadioButton](/components/radio/#demo-radiobutton) 可作为更次级的页签来使用。
- [RadioButton](/components/radio/#components-radio-demo-radiobutton) 可作为更次级的页签来使用。
## API