diff --git a/src/main.cpp b/src/main.cpp
index d0216e9..27d57bd 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -72,7 +72,7 @@ int main(int argc, char* argv[]) {
#ifdef Q_OS_WIN
if (!checkVCRedist())
{
- QMessageBox::critical(nullptr, "Cannot run Nekoray", "You need to install VC 2022 Redistributable, Download it from: https://aka.ms/vs/17/release/vc_redist.x64.exe");
+ QMessageBox::critical(nullptr, "Cannot run Nekoray", "You need to install VC 2022 Redistributable.
Download it from here".);
return 1;
}
#endif