Skip to content

Commit 83eb464

Browse files
committed
fix image sources
1 parent 0a3b38b commit 83eb464

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/docs/index.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import { Card, CardGrid } from '@astrojs/starlight/components';
2222

2323
<CardGrid stagger>
2424
<Card title="Grow Graphics Documentation" icon="open-book">
25-
![alt text](./src/assets/gdgrowlogo.svg)
25+
![alt text](../../assets/gdgrowlogo.svg)
2626
*Go Community Supported GDExtension bindings for Godot*
2727

2828
- [Our Documentation](https://learn.grow.graphics/documentation)
@@ -31,13 +31,13 @@ import { Card, CardGrid } from '@astrojs/starlight/components';
3131
- [Grow-Graphics GD GitHub Repo](https://github.com/grow-graphics/gd)
3232
</Card>
3333
<Card title="Godot Game Engine" icon="add-document">
34-
![Godot Game Engine](./src/assets/godot-logo.svg)
34+
![Godot Game Engine](../../assets/godot-logo.svg)
3535
- [Godot Game Engine](https://godotengine.org)
3636
- [Godot's Documentation](https://godotengine.org)
3737
- [GDExtension](https://docs.godotengine.org/en/stable/tutorials/scripting/gdextension/index.html)
3838
</Card>
3939
<Card title="Go Programming Language" icon="open-book">
40-
![Go Programming Language](./src/assets/go-gopher.jpg)
40+
![Go Programming Language](../../assets/go-gopher.jpg)
4141
- [Go Programming Language](https://go.dev/)
4242
- [Effective Go](https://go.dev/doc/effective_go)
4343
- [Go Standard Library](https://pkg.go.dev/std)

0 commit comments

Comments
 (0)