From 11658ccd92fedeca55676a60bfa59458acd98b9e Mon Sep 17 00:00:00 2001 From: ngtv Date: Sun, 16 Aug 2026 12:49:39 +0700 Subject: [PATCH] fix cmake wrong resource link --- wiki/resources/build-systems/cmake.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wiki/resources/build-systems/cmake.md b/wiki/resources/build-systems/cmake.md index f38090b..dfc9a19 100644 --- a/wiki/resources/build-systems/cmake.md +++ b/wiki/resources/build-systems/cmake.md @@ -7,7 +7,7 @@ bot_article: | The main downside is learning CMake's configuration language, but the investment is worthwhile. - **Recommended resource:** [An Introduction to Modern CMake](https://cliutils.gitlab.io/modern-cmake/README.html) + **Recommended resource:** [An Introduction to Modern CMake](https://cliutils.gitlab.io/modern-cmake/) --- # CMake @@ -20,7 +20,7 @@ recommend taking the time to do so. We recommend the following resources for getting started: -- [An Introduction to Modern CMake](https://cliutils.gitlab.io/modern-cmake/README.html) +- [An Introduction to Modern CMake](https://cliutils.gitlab.io/modern-cmake/) ## Basic Setup