From 5395f9c5c3e429cbebdee70621cc5521d205625b Mon Sep 17 00:00:00 2001 From: Heath Henley Date: Tue, 26 May 2026 11:54:52 -0400 Subject: [PATCH] Fix CMake example link in README.md Updated the example link for CMake integration in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 746e2f8..3b1e16c 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ There's a 64 bit Windows MSVC version and an Ubuntu 24 GCC version so far. You can install by downloading the zip package from [releases](https://github.com/farsounder/farsounder-cpp-client/releases) and using the dll and headers in your project. -A very minimal example of this using `CMake` to pull the package is avaiable here: https://github.com/farsounder/farsounder-cpp-client-example +A very minimal example of this using `CMake` to pull the package is avaiable [here](https://github.com/farsounder/SDK-Integration-Examples/tree/master/using_sdk/cpp/simple_example) If you need another configuration / version / platform etc, you will need to build the sdk from source.