From 7d864a3fc393350c855dcb5f5a3c795f4aec81c9 Mon Sep 17 00:00:00 2001 From: Ryan Carsten Schmidt Date: Tue, 31 Oct 2023 12:11:03 -0500 Subject: [PATCH] Fix conan documentation link in Readme.md --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 2e5514c..d6b003f 100644 --- a/Readme.md +++ b/Readme.md @@ -33,7 +33,7 @@ __Note:__ For more information about the "Hires" format and its limitations, you ### Dependencies -The dependencies are managed by [conan.io](https://conan.io/). Please refer to (their documentation)[https://docs.conan.io/en/latest/installation.html] for installation instructions. +The dependencies are managed by [conan.io](https://conan.io/). Please refer to [their documentation](https://docs.conan.io/en/latest/installation.html) for installation instructions. The build system is managed by CMake.