aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qnx/blackberryruncontrolfactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/qnx/blackberryruncontrolfactory.cpp')
-rw-r--r--src/plugins/qnx/blackberryruncontrolfactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qnx/blackberryruncontrolfactory.cpp b/src/plugins/qnx/blackberryruncontrolfactory.cpp
index 84008ddd49..0a721d3c61 100644
--- a/src/plugins/qnx/blackberryruncontrolfactory.cpp
+++ b/src/plugins/qnx/blackberryruncontrolfactory.cpp
@@ -139,7 +139,7 @@ ProjectExplorer::RunControl *BlackBerryRunControlFactory::create(ProjectExplorer
if (qtVer && qtVer->qtVersion() <= QtSupport::QtVersionNumber(4, 8, 6))
Core::MessageManager::write(tr("Target Qt version (%1) might not support QML profiling. "
"Cascades applications are not affected and should work as expected. "
- "For more info see http://qt-project.org/wiki/Qt-Creator-with-BlackBerry-10")
+ "For more info see http://wiki.qt.io/Qt_Creator_with_BlackBerry_10")
.arg(qtVer->qtVersionString()), Core::MessageManager::Flash
);