Skip to content

Commit 71f479b

Browse files
klayismicculus
authored andcommitted
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
1 parent f2bcfe3 commit 71f479b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/README-cmake.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ Configure your project with `-DSDL_LIBC=ON` to make use of sanitizers.
328328
### CMake fails to build without X11 or Wayland support
329329
330330
Install the required system packages prior to running CMake.
331-
See [README-linux](linux#build-dependencies) for the list of dependencies on Linux.
331+
See [README-linux.md](README-linux.md#build-dependencies) for the list of dependencies on Linux.
332332
Other unix operating systems should provide similar packages.
333333
334334
If you **really** don't need to show windows, add `-DSDL_UNIX_CONSOLE_BUILD=ON` to the CMake configure command.

0 commit comments

Comments
 (0)