Fix source code links on website

Close #994
This commit is contained in:
ral51
2018-06-13 10:39:29 -04:00
committed by Nicolas Gallagher
parent e7cb364b63
commit ecd4b40c71
@@ -22,7 +22,7 @@ const Divider = () => <View style={styles.divider} />;
const SourceLink = ({ uri }) => (
<ExternalLink
href={`https://github.com/necolas/react-native-web/tree/master/packages/docs/storybook/${uri}`}
href={`https://github.com/necolas/react-native-web/tree/master/packages/website/storybook/${uri}`}
style={styles.link}
>
View source code on GitHub