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