forked from qt-creator/qt-creator
Adapt documentation URL
Change-Id: I74963a9d4a729450341f4f7a4ae5b3583654ffb8 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
This commit is contained in:
committed by
Sergio Ahumada
parent
5ab7500b64
commit
e84770b794
@@ -637,7 +637,7 @@ void HelpPlugin::handleHelpRequest(const QUrl &url, Core::HelpManager::HelpViewe
|
||||
|| 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://qt-project.org/doc/");
|
||||
QString urlPrefix = QLatin1String("http://doc.qt.io/");
|
||||
if (url.authority() == QLatin1String("org.qt-project.qtcreator"))
|
||||
urlPrefix.append(QString::fromLatin1("qtcreator"));
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user