Skip to content

Commit 52b6615

Browse files
committed
fix doc link
1 parent e0b60d3 commit 52b6615

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div><section><h1>Article</h1><p>Create articles within your page.</p><p><a href="https://github.com/otissv/react-uikit-components">react-uikit-components</a> for docs.</p></section><section><h2>Usage</h2><pre data-kitid="ciitd2kdk00007omdxf16karc"><code>npm install react-uikit-article --save;
1+
<div><section><h1>Article</h1><p>Create articles within your page.</p><p><a href="http://otissv.github.io/react-uikit-components/">http://otissv.github.io/react-uikit-components</a> for docs.</p></section><section><h2>Usage</h2><pre data-kitid="ciitzhopo0000uvmddf0ep5is"><code>npm install react-uikit-article --save;
22

33
// ES6
44
import Article from &#x27;react-uikit-article&#x27;;

docs/article-doc.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const ArticleDoc = (props) => (
1414
Create articles within your page.
1515
</p>
1616
<p>
17-
<a href='https://github.com/otissv/react-uikit-components'>react-uikit-components</a> for docs.
17+
<a href='http://otissv.github.io/react-uikit-components/'>http://otissv.github.io/react-uikit-components</a> for docs.
1818
</p>
1919

2020
</section>

0 commit comments

Comments
 (0)