Fix source links in documentation

This commit is contained in:
Nicolas Gallagher
2018-01-11 12:59:44 -08:00
parent 19cf0711bc
commit e234568a34

View File

@@ -22,7 +22,7 @@ const Divider = () => <View style={styles.divider} />;
const SourceLink = ({ uri }) => (
<ExternalLink
href={`https://github.com/necolas/react-native-web/tree/master/docs/storybook/${uri}`}
href={`https://github.com/necolas/react-native-web/tree/master/website/storybook/${uri}`}
style={styles.link}
>
View source code on GitHub