diff options
author | Sergio Ahumada <sahumada@blackberry.com> | 2015-02-18 10:20:03 +0100 |
---|---|---|
committer | Sergio Ahumada <sahumada@texla.cl> | 2015-02-18 12:38:23 +0000 |
commit | e84770b794697ba684ee172a0b5245deb9051de0 (patch) | |
tree | f9876f23df244120a9094857aeebcefa3d8a6752 /src/plugins/help/helpplugin.cpp | |
parent | 5ab7500b64d1983c7eb783eb4fdb1796671be8c4 (diff) | |
download | qt-creator-e84770b794697ba684ee172a0b5245deb9051de0.tar.gz |
Adapt documentation URL
Change-Id: I74963a9d4a729450341f4f7a4ae5b3583654ffb8
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
Diffstat (limited to 'src/plugins/help/helpplugin.cpp')
-rw-r--r-- | src/plugins/help/helpplugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/help/helpplugin.cpp b/src/plugins/help/helpplugin.cpp index 59787ffa6e..c8303219b0 100644 --- a/src/plugins/help/helpplugin.cpp +++ b/src/plugins/help/helpplugin.cpp @@ -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 |