From 2ddc367936eff9e87a36880e8b4542a0c0a355bc Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 16 May 2024 16:04:36 +0200 Subject: [PATCH] changed links to cubert cloud in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fc4599b..4e630a6 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ source code page. ### Prerequisites -First, you need to install the Cuvis C SDK from [here](https://cloud.cubert-gmbh.de/index.php/s/m1WfR66TjcGl96z). +First, you need to install the Cuvis C SDK from [here](https://cloud.cubert-gmbh.de/s/q3YiPZPJe5oXziZ). ### Importing Cuvis CPP SDK via CMake @@ -52,7 +52,7 @@ Please note, that linking against cuvis::cpp will enable c++17 on the target. We provide an additional example repository [here](https://github.com/cubert-hyperspectral/cuvis.cpp.examples), covering some basic applications. -Further, we provide a set of example images to explore [here](https://cloud.cubert-gmbh.de/index.php/s/3oECVGWpC1NpNqC). +Further, we provide a set of example images to explore [here](https://cloud.cubert-gmbh.de/s/SrkSRja5FKGS2Tw). These examples are also used by the examples mentioned above. ### Getting involved