From 71f479b4aaf75f8d3c5eaf09da158c71233c7005 Mon Sep 17 00:00:00 2001 From: Klay <94929502+klayism@users.noreply.github.com> Date: Tue, 10 Jun 2025 15:33:28 -0400 Subject: [PATCH] Fix a broken link inside README-cmake.md that's meant to send to README-linux.md also made said link more consistent with other links by adding .md suffix --- docs/README-cmake.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README-cmake.md b/docs/README-cmake.md index 44423ab356..7aea86ef07 100644 --- a/docs/README-cmake.md +++ b/docs/README-cmake.md @@ -328,7 +328,7 @@ Configure your project with `-DSDL_LIBC=ON` to make use of sanitizers. ### CMake fails to build without X11 or Wayland support Install the required system packages prior to running CMake. -See [README-linux](linux#build-dependencies) for the list of dependencies on Linux. +See [README-linux.md](README-linux.md#build-dependencies) for the list of dependencies on Linux. Other unix operating systems should provide similar packages. If you **really** don't need to show windows, add `-DSDL_UNIX_CONSOLE_BUILD=ON` to the CMake configure command.