docs: Change to relative links

This commit is contained in:
Huseyn Ismayilov 2024-11-21 10:39:27 +04:00
parent a673425dfd
commit b5130203e1

View File

@ -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)
<div align="center">
<img src="https://img.shields.io/github/actions/workflow/status/coderloff/ferx/cmake-single-platform.yml?style=for-the-badge" alt="Build" />
@ -11,4 +11,6 @@
<img src="https://img.shields.io/github/issues/coderloff/ferx?style=for-the-badge" alt="Issues" />
</div>
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/)
<br>
Ferx is a basic game engine written in C++. This project is mainly designed for learning purposes. For more information, check out [docs](docs)