Skip to content

Commit 60d1658

Browse files
committed
Fixed one more URL
1 parent 9d8b618 commit 60d1658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/FAST/Tools/SystemCheck/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ std::string doCheck() {
2727
auto button = QMessageBox::critical(nullptr, "No OpenCL platform found.", msg.c_str());
2828
} else {
2929
message << "No OpenCL platforms found! Please install an OpenCL platform. "
30-
"See https://fast.eriksmistad.no/requirements.html for more information.";
30+
"See https://fast-imaging.github.io/requirements.html for more information.";
3131
std::cout << message.str() << std::endl;
3232
}
3333
exit(0);

0 commit comments

Comments
 (0)