Skip to content

Commit fd7df48

Browse files
authored
docs: fix tutorials card link on index page (#1204)
The Tutorials card on the home page was pointing to /tutorials instead of /get-started/tutorials. This was missed in #1137.
1 parent 292fad8 commit fd7df48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Install the CLI and create your first sandbox in two commands.
9999
<Badge intent="tip" minimal outlined>Tutorial</Badge>
100100
</Card>
101101

102-
<Card title="Tutorials" href="/tutorials">
102+
<Card title="Tutorials" href="/get-started/tutorials">
103103

104104
Hands-on walkthroughs from first sandbox to custom policies.
105105

0 commit comments

Comments
 (0)