From 119eaee84de1594693c0f12837bc4cca8c4e997a Mon Sep 17 00:00:00 2001 From: Giuseppe Cesarano Date: Sun, 26 Apr 2020 16:44:16 +0200 Subject: [PATCH] Fixed link in README.md (#111) The section `Adding CPM` was poiting to non exinsting wiki page --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 632d78d..030ba38 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ mkdir -p cmake wget -O cmake/CPM.cmake https://github.com/TheLartians/CPM.cmake/releases/latest/download/CPM.cmake ``` -You can also use CMake to download CPM for you. See the [wiki](https://github.com/TheLartians/CPM/wiki/Adding-CPM) for more details. +You can also use CMake to download CPM for you. See the [wiki](https://github.com/TheLartians/CPM.cmake/wiki/Downloading-CPM.cmake-in-CMake) for more details. ## Updating CPM