From 2e1d961c2c9fdf77a3af7af56d276a8ba76b92f8 Mon Sep 17 00:00:00 2001 From: Lenni <87639068+Lenni-builder@users.noreply.github.com> Date: Sat, 21 Jun 2025 17:22:38 +0000 Subject: [PATCH] Correct link to Actions yml file in README (#373) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 955853d0..58606c4c 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ To achieve our goal of platform independence, we need to replace any Windows-onl ## Building -This project uses the [CMake](https://cmake.org/) build system, which allows for a high degree of versatility regarding compilers and development environments. Please refer to the [GitHub action](/.github/workflows//build.yml) for guidance. +This project uses the [CMake](https://cmake.org/) build system, which allows for a high degree of versatility regarding compilers and development environments. Please refer to the [GitHub action](/.github/workflows//ci.yml) for guidance. ## Contributing