From a29fcae409767fe9947e28c3c06938da320a5152 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Wed, 26 Oct 2016 09:20:40 +0200 Subject: [PATCH] fixed Cmake link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a651cf17..1f265bf14 100644 --- a/README.md +++ b/README.md @@ -520,7 +520,7 @@ $ make check All tests passed (8905168 assertions in 35 test cases) ``` -Alternatively, you can use [https://cmake.org](CMake) and run +Alternatively, you can use [CMake](https://cmake.org) and run ```sh $ mkdir build -- GitLab