From bc75a21e38cdde15e15332335fad06786d3299bf Mon Sep 17 00:00:00 2001 From: Frederic Pillon Date: Thu, 25 Jan 2024 09:36:58 +0100 Subject: [PATCH] fix(doc): link in README_CMAKE.md Signed-off-by: Frederic Pillon --- README_CMAKE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_CMAKE.md b/README_CMAKE.md index 7ce8bcaf19..ff15cc2ea1 100644 --- a/README_CMAKE.md +++ b/README_CMAKE.md @@ -2,7 +2,7 @@ CMake can now be used to build Arduino sketches with this core. Examples of use can be found on this repo: [stm32duino/CMake_workspace](https://github.com/stm32duino/CMake_workspace). This README only provides a quick walk-through. -For all the glorious details, please head over to [the wiki](https://github.com/stm32duino/Arduino_Core_STM32/wiki/CMake_presentation). +For all the glorious details, please head over to [the wiki](https://github.com/stm32duino/Arduino_Core_STM32/wiki/CMake-presentation). # Prerequisites