From 4a222ae7625876ca7197d8da53469b51962f240b Mon Sep 17 00:00:00 2001 From: LunarAkai Date: Mon, 28 Jul 2025 07:41:14 +0200 Subject: [PATCH] update links --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 780b99e..6fe3418 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ Game Engine written in Rust ### Classes/Structs #### Core -- [Core/Game](/docs/structs/core/Game.md) -- [Core/GameTime](/docs/structs/core/GameTime.md) +- [Core/Game](docs/structs/core/Game.md) +- [Core/GameTime](docs/structs/core/GameTime.md) #### Graphics - @@ -21,7 +21,7 @@ Game Engine written in Rust - #### Window -- [Window/GameWindow](/docs/structs/window/GameWindow.md) +- [Window/GameWindow](docs/structs/window/GameWindow.md) ### Modules - core