From 4e33440c0408dd50954936dafda645a39d2508ef Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Wed, 23 Oct 2024 20:59:19 +0000
Subject: [PATCH] Sync SDL3 wiki -> header
[ci skip]
---
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 b7e503191b54a..4a5359c7bf67b 100644
--- a/docs/README-cmake.md
+++ b/docs/README-cmake.md
@@ -309,7 +309,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][README-linux.md#build-dependencies] for the list of dependencies on Linux.
+See [README-linux](linux#build-dependencies) for the list of dependencies on Linux.
Other unix operationg 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.