Skip to content

Commit 291d9a9

Browse files
docs: fix get started button (#3720)
1 parent 393abae commit 291d9a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/components/GetStartedButtons.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const noop = () => {};
3232
const GetStartedButton = () => {
3333
return (
3434
<View style={styles.container}>
35-
<Link to="docs/guides/getting-started" style={noTextDecoration}>
35+
<Link to="/docs/guides/getting-started" style={noTextDecoration}>
3636
<Button mode="contained" style={styles.button} onPress={noop}>
3737
Get started
3838
</Button>

0 commit comments

Comments
 (0)