Skip to content

Commit

Permalink
Merge pull request #16 from fabien0102/source
Browse files Browse the repository at this point in the history
Fix "READ DOCS" link on homepage
  • Loading branch information
shilman authored May 3, 2017
2 parents 007f548 + ab6d140 commit e5d58e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Homepage/MainLinks/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const MainLinks = () => (
<div className="col-xs-6 read-docs">
<h2>Read Docs</h2>
<center>
<a href="/docs">
<a href="/docs/react-storybook/basics/introduction/">
<div className="docs-img" />
</a>
</center>
Expand Down

0 comments on commit e5d58e6

Please sign in to comment.