From 740a8305c4665bbacbf18e84ba843a8a315ffb9c Mon Sep 17 00:00:00 2001 From: John Girvin Date: Sat, 11 Dec 2021 12:58:25 +0000 Subject: [PATCH] Fix link to C99 CMake template --- raylib-templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raylib-templates.md b/raylib-templates.md index 7190689..c1b0de5 100644 --- a/raylib-templates.md +++ b/raylib-templates.md @@ -11,5 +11,5 @@ https://github.com/raysan5/raylib-game-template A very basic raylib template that uses the CMake build system. You can open this template in any major IDE (VS, VS Code, QT Creator, CLion) with little to no plugins required and get a fully integrated experience. -C99 version: https://github.com/raysan5/raylib-game-template +C99 version: https://github.com/SasLuca/raylib-cmake-template C++ version: https://github.com/SasLuca/raylib-cpp-cmake-template \ No newline at end of file