Skip to content

Commit

Permalink
docs: fix get started button (callstack#3720)
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitarNestorov committed Mar 3, 2023
1 parent 393abae commit 291d9a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/components/GetStartedButtons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const noop = () => {};
const GetStartedButton = () => {
return (
<View style={styles.container}>
<Link to="docs/guides/getting-started" style={noTextDecoration}>
<Link to="/docs/guides/getting-started" style={noTextDecoration}>
<Button mode="contained" style={styles.button} onPress={noop}>
Get started
</Button>
Expand Down

0 comments on commit 291d9a9

Please sign in to comment.