From 5f0a850c455dd0f239c7593b74379b30ad3c1f72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Wed, 9 Aug 2023 22:57:16 +0200 Subject: [PATCH] fix links --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 151a92b..b0cdc8a 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,4 @@ For example, if the output of the program is 1, then this means that even if an ## Compilation -The build uses cmake. Additionally, you need the (boost)[https://www.boost.org] and (cpr)[https://libcpr.org] libraries to build, refer to these pages to install them. +The build uses cmake. Additionally, you need the [boost](https://www.boost.org) and [cpr](https://libcpr.org) libraries to build, refer to these pages to install them.