From 6b81017c693fe450f16f556b3f1d6933ca067d73 Mon Sep 17 00:00:00 2001 From: Edo Date: Tue, 12 Mar 2024 22:35:40 +0100 Subject: [PATCH] fix(README): use relative path for build.yml --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 860254c..891fd88 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,8 @@ Requirements for Unix systems: - Dependencies: Ensure the LLVM C++ Standard library is installed - Alternative compilers: If you opt for a different compiler such as GCC, use the [Mold][mold-link] linker - Customization: Modifications to the Premake5.lua script may be required -- Platform support: Details regarding supported platforms are available in [build.yml][build-link] +- Platform support: Details regarding supported platforms are available in [build.yml](.github/workflows/build.yml) [premake5-link]: https://premake.github.io [git-link]: https://git-scm.com [mold-link]: https://github.com/rui314/mold -[build-link]: https://github.com/alterware/master-server/blob/master/.github/workflows/build.yml