Skip to content

Commit fb485b5

Browse files
committed
fix reference link
1 parent 48b6db4 commit fb485b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/content/docs/documentation/Overview/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Getting Started
33
description: Getting Started
44
---
55

6-
# Graphics GD [![Go Reference](https://pkg.go.dev/badge/grow.graphics/gd.svg)](https://pkg.go.dev/grow.graphics/gd)
6+
# Graphics GD [![Go Reference](https://pkg.go.dev/badge/graphics.gd.svg)](https://pkg.go.dev/graphics.gd)
77

88
This module provides a safe performant way to work with graphics and game development in Go via the GDExtension
99
interface of a supported graphics/game engine. So far, Godot 4.3 is the only officially supported engine.

src/content/docs/reference/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
title: Reference
33
description: Reference
44
---
5-
[![Go Reference](https://pkg.go.dev/badge/grow.graphics/gd.svg)](https://pkg.go.dev/grow.graphics/gd)
5+
[![Go Reference](https://pkg.go.dev/badge/graphics.gd.svg)](https://pkg.go.dev/graphics.gd)

0 commit comments

Comments
 (0)