mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-06-05 03:09:23 +00:00
Fix source links in documentation
This commit is contained in:
@@ -22,7 +22,7 @@ const Divider = () => <View style={styles.divider} />;
|
|||||||
|
|
||||||
const SourceLink = ({ uri }) => (
|
const SourceLink = ({ uri }) => (
|
||||||
<ExternalLink
|
<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}
|
style={styles.link}
|
||||||
>
|
>
|
||||||
View source code on GitHub
|
View source code on GitHub
|
||||||
|
|||||||
Reference in New Issue
Block a user