From b5130203e1de1b7402f85721a3b02826566934a3 Mon Sep 17 00:00:00 2001 From: Huseyn Ismayilov Date: Thu, 21 Nov 2024 10:39:27 +0400 Subject: [PATCH] docs: Change to relative links --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cf62170..7de9d43 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Ferx Engine -![Ferx](https://raw.githubusercontent.com/coderloff/ferx/refs/heads/main/docs/assets/Ferx.png) +![Ferx](docs/assets/Ferx.png)
Build @@ -11,4 +11,6 @@ Issues
-Ferx is a basic game engine written in C++. This project is mainly designed for learning purposes. For more information, check out [docs](https://github.com/coderloff/ferx/) +
+ +Ferx is a basic game engine written in C++. This project is mainly designed for learning purposes. For more information, check out [docs](docs)