Skip to content

Commit 6f17551

Browse files
committed
Merge pull request necolas#418 from stevemao/patch-1
Fix component url
2 parents e5087d6 + 397ffc0 commit 6f17551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ <h2 class="tagline">A modern, HTML5-ready alternative to CSS resets</h2>
3131

3232
<div class="txt-large">
3333
<pre><code><a href="https://www.npmjs.org/package/normalize.css/">npm</a> install normalize.css</code></pre>
34-
<pre><code><a href="http://component.io/">component</a> install necolas/normalize.css</code></pre>
34+
<pre><code><a href="http://component.github.io/">component</a> install necolas/normalize.css</code></pre>
3535
<pre><code><a href="http://bower.io/">bower</a> install normalize.css</code></pre>
3636
</div>
3737

0 commit comments

Comments
 (0)