diff --git a/INSTALL.md b/INSTALL.md index b30c3640c14..eabe89d3119 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -242,4 +242,4 @@ user, e.g. when installing Ginkgo system-wide, it might be necessary to prefix the call with `sudo`. After the installation, CMake can find ginkgo with `find_package(Ginkgo)`. -An example can be found in the [`test_install`](test_install/CMakeLists.txt). +An example can be found in the [`test_install`](test/test_install/CMakeLists.txt). diff --git a/README.md b/README.md index 61b64c24529..0c62be0566c 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ run the examples with these executors. Please refer to the [Installation page](./INSTALL.md) for more details. After the installation, CMake can find ginkgo with `find_package(Ginkgo)`. -An example can be found in the [`test_install`](test_install/CMakeLists.txt). +An example can be found in the [`test_install`](test/test_install/CMakeLists.txt). ### Ginkgo Examples