We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 393abae commit 291d9a9Copy full SHA for 291d9a9
docs/src/components/GetStartedButtons.tsx
@@ -32,7 +32,7 @@ const noop = () => {};
32
const GetStartedButton = () => {
33
return (
34
<View style={styles.container}>
35
- <Link to="docs/guides/getting-started" style={noTextDecoration}>
+ <Link to="/docs/guides/getting-started" style={noTextDecoration}>
36
<Button mode="contained" style={styles.button} onPress={noop}>
37
Get started
38
</Button>
0 commit comments