Skip to content

Commit c1e40dd

Browse files
committed
fix broken url
1 parent 9b63582 commit c1e40dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/index.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ hero:
1212
icon: right-arrow
1313
variant: primary
1414
- text: GitHub Repository
15-
link: https://starlight.astro.build
15+
link: https://github.com/grow-graphics/gd
1616
icon: external
1717
---
1818

@@ -23,7 +23,7 @@ import { Card, CardGrid } from '@astrojs/starlight/components';
2323
<CardGrid stagger>
2424
<Card title="Documentation" icon="open-book">
2525
Coming soon!
26-
(https://learn.grow.graphics/guides/example)
26+
[Our Documentation](https://learn.grow.graphics/documentation)
2727
</Card>
2828
<Card title="Godot Game Engine" icon="add-document">
2929
- [Godot Game Engine](https://godotengine.org)

0 commit comments

Comments
 (0)