From c29123158a0287711fc24f181048ebe4d8d67723 Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Thu, 4 Oct 2012 12:22:56 +0200 Subject: [PATCH] Adapt to moved online documentation. Change-Id: I4186502f0615ee16340a6cabc9c61d7a9ff4836c Reviewed-by: Leena Miettinen --- src/plugins/help/helpplugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/help/helpplugin.cpp b/src/plugins/help/helpplugin.cpp index 9a7e0ee787c..81039c9b3d7 100644 --- a/src/plugins/help/helpplugin.cpp +++ b/src/plugins/help/helpplugin.cpp @@ -1171,7 +1171,7 @@ void HelpPlugin::handleHelpRequest(const QUrl &url) if (address.startsWith(HelpViewer::NsNokia) || address.startsWith(HelpViewer::NsTrolltech)) { // local help not installed, resort to external web help - QString urlPrefix = QLatin1String("http://doc.qt.nokia.com/"); + QString urlPrefix = QLatin1String("http://doc.qt.digia.com/"); if (url.authority() == QLatin1String("com.nokia.qtcreator")) { urlPrefix.append(QString::fromLatin1("qtcreator")); } else {