diff --git a/GettingStarted.md b/GettingStarted.md index 9e065e207..697086c9d 100644 --- a/GettingStarted.md +++ b/GettingStarted.md @@ -9,4 +9,4 @@ Here are suggested steps for the RTK beginner. 3. Check out the [FirstReconstruction](examples/FirstReconstruction) example (both the [CMake](examples/FirstReconstruction/CMakeLists.txt) and the [C++](examples/FirstReconstruction/FirstReconstruction.cxx) codes). Many other examples are on the wiki using the applications (corresponding source code in the [applications](applications) subdirectory). - 4. Ask question to the [user mailing list](https://public.kitware.com/mailman/listinfo/rtk-users). + 4. Ask question to the [user mailing list](https://www.creatis.insa-lyon.fr/mailman/listinfo/rtk-users). diff --git a/README.md b/README.md index f9a0afe16..61d1353c2 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Links * [Homepage](https://www.openrtk.org) * [Download](https://www.openrtk.org/RTK/resources/software.html) -* [Mailing List](https://public.kitware.com/mailman/listinfo/rtk-users) +* [Mailing List](https://www.creatis.insa-lyon.fr/mailman/listinfo/rtk-users) * [Getting Started](GettingStarted.md) * [Help](https://wiki.openrtk.org) * [Issue tracking](https://github.com/RTKConsortium/RTK/issues) diff --git a/utilities/ITKCudaCommon/src/itkCudaDataManager.cxx b/utilities/ITKCudaCommon/src/itkCudaDataManager.cxx index adaa2a3ae..6db48703d 100644 --- a/utilities/ITKCudaCommon/src/itkCudaDataManager.cxx +++ b/utilities/ITKCudaCommon/src/itkCudaDataManager.cxx @@ -32,7 +32,7 @@ CudaDataManager::CudaDataManager() // without CUDA. So if the context pointer is nullptr, which indicates that there // is no CUDA device available, we just do not set the context (SR). This fixes // the problem reported here: - // https://public.kitware.com/pipermail/rtk-users/2015-July/000570.html + // https://www.creatis.insa-lyon.fr/pipermail/rtk-users/2015-July/000570.html CUcontext * ctx = m_ContextManager->GetCurrentContext(); if (ctx) CUDA_CHECK(cuCtxSetCurrent(*ctx));