Skip to content

Commit

Permalink
Merge pull request #58 from storybooks/shilman-patch-1
Browse files Browse the repository at this point in the history
Fix stale platforms links
  • Loading branch information
ndelangen authored May 23, 2017
2 parents e9c9428 + 22345a2 commit fdcf195
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/Homepage/Platforms/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ const Platform = () => (
<div className="col-md-12">
<h3 className="built-for">Built for</h3>
<p className="platforms">
<a href="https://github.com/storybooks/storybook/tree/master/packages/react-storybook" target="_blank">React</a>
<a href="https://github.com/storybooks/storybook/tree/master/app/react" target="_blank">React</a>
{' '}
&
{' '}
<a href="https://github.com/storybooks/storybook/tree/master/packages/react-native-storybook" target="_blank">
<a href="https://github.com/storybooks/storybook/tree/master/app/react-native" target="_blank">
React Native
</a>
</p>
Expand Down

0 comments on commit fdcf195

Please sign in to comment.