update link

This commit is contained in:
afc163 2015-05-12 16:15:39 +08:00
parent 47dd218310
commit 35e9a4b836
3 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Button 按钮
- category: Component
- API: github.com/react-component/dialog
- API: github.com/react-component/button
---

View File

@ -1,6 +1,7 @@
# Select 选择框
- category: Component
- API: github.com/react-component/select
---

View File

@ -74,10 +74,12 @@
<article class="markdown">
<h1>
{{ post.title }}
{%- if post.meta.API %}
<a class="api-link" href="http://{{ post.meta.API }}" target="_blank">
<i class="iconfont icon-externallink"></i>
API 使用说明
</a>
{%- endif %}
</h1>
{{ post.html }}
</article>