Przeglądaj źródła

Sync SDL3 wiki -> header

[ci skip]
SDL Wiki Bot 5 miesięcy temu
rodzic
commit
4e33440c04
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      docs/README-cmake.md

+ 1 - 1
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.