diff --git a/src/plugins/help/helpplugin.cpp b/src/plugins/help/helpplugin.cpp index 1b48bad9e2b..9dccbc6e596 100644 --- a/src/plugins/help/helpplugin.cpp +++ b/src/plugins/help/helpplugin.cpp @@ -1145,7 +1145,7 @@ void HelpPlugin::handleHelpRequest(const QUrl &url) || address.startsWith(QLatin1String("qthelp://com.nokia.")) || address.startsWith(QLatin1String("qthelp://com.trolltech."))) { // local help not installed, resort to external web help - QString urlPrefix = QLatin1String("http://doc.qt.digia.com/"); + QString urlPrefix = QLatin1String("http://qt-project.org/doc/"); if (url.authority() == QLatin1String("org.qt-project.qtcreator")) urlPrefix.append(QString::fromLatin1("qtcreator")); else