Skip to content

Commit afdd947

Browse files
committed
Fix getting started link
1 parent 78931b2 commit afdd947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Hero.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export function Hero() {
5656
for hierarchical records with a git-for-data collaboration model at its heart.
5757
</p>
5858
<div className="mt-8 flex gap-4 md:justify-center lg:justify-start">
59-
<Button href="/getting-started">Get started</Button>
59+
<Button href="/docs/get-started/">Get started</Button>
6060
<Button href="https://github.com/terminusdb/terminusdb" variant="secondary">
6161
View on GitHub
6262
</Button>

0 commit comments

Comments
 (0)