From 607e7c24ed5451cef39e84b2b165f7dc70a55664 Mon Sep 17 00:00:00 2001 From: Michael McLeod Date: Thu, 25 Jan 2024 11:53:10 +0000 Subject: [PATCH] Fix CMake Basics link --- 03cpp2/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03cpp2/index.md b/03cpp2/index.md index 6b7f726a0..4cac1cb60 100644 --- a/03cpp2/index.md +++ b/03cpp2/index.md @@ -16,7 +16,7 @@ This week we'll be looking at how to work with larger and more complex C++ proje * [Other Error Handling Mechanisms](./sec02ErrorHandling.html) - Error return codes - Optional types -* [CMake Basics](/sec03CMakeBasics.html) +* [CMake Basics](./sec03CMakeBasics.html) - Basics of CMake files - Project directory structure - Setting C++ standards