Skip to content

Commit

Permalink
fix(expo): fixing broken tutorial link (#12753)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZackDeRose committed Oct 24, 2022
1 parent 83aec70 commit 5837715
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -132,7 +132,7 @@ const App = () => {
style={[styles.listItem, styles.learning]}
onPress={() =>
Linking.openURL(
'https://nx.dev/tutorial/01-create-application?utm_source=nx-project'
'https://nx.dev/react-tutorial/1-code-generation?utm_source=nx-project'
)
}
>
Expand Down

0 comments on commit 5837715

Please sign in to comment.