mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-05-23 00:03:37 +08:00
Fix source links in documentation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user