From c06e56ba369b202446dd556ff7acdb46f1bf5e33 Mon Sep 17 00:00:00 2001 From: Lia Stratopoulos <167905060+lia-viam@users.noreply.github.com> Date: Tue, 10 Sep 2024 16:30:36 -0400 Subject: [PATCH] try to fix markdown relative link --- src/viam/examples/project/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/viam/examples/project/README.md b/src/viam/examples/project/README.md index ef8e61314..14f94a814 100644 --- a/src/viam/examples/project/README.md +++ b/src/viam/examples/project/README.md @@ -8,7 +8,7 @@ tree and read the build instructions, then install the SDK. this sample `CMakeLists.txt` can be used with no modifications to build against the SDK as installed directly from CMake, or to build against the `viam-cpp-sdk` `conan` package. For - instructions building with `conan`, see [here](/../../../../BUILDING.md#creating-and-consuming-the-sdk-conan-package). + instructions building with `conan`, see [here](/BUILDING.md#creating-and-consuming-the-sdk-conan-package). - For an example project showing how to consume an installed `viam-cpp-sdk` via its `pkg-config` setup, see