We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d8b618 commit 60d1658Copy full SHA for 60d1658
source/FAST/Tools/SystemCheck/main.cpp
@@ -27,7 +27,7 @@ std::string doCheck() {
27
auto button = QMessageBox::critical(nullptr, "No OpenCL platform found.", msg.c_str());
28
} else {
29
message << "No OpenCL platforms found! Please install an OpenCL platform. "
30
- "See https://fast.eriksmistad.no/requirements.html for more information.";
+ "See https://fast-imaging.github.io/requirements.html for more information.";
31
std::cout << message.str() << std::endl;
32
}
33
exit(0);
0 commit comments