summaryrefslogtreecommitdiff
path: root/doc/src/portingguide.qdoc
diff options
context:
space:
mode:
authorVenu <venugopal.shivashankar@digia.com>2013-05-13 16:17:04 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-05-14 12:48:59 +0200
commit699ad224d09f72156651e21e108af311387ee43f (patch)
treeb25c93793664036b63d1c887a374ffe81897b5a0 /doc/src/portingguide.qdoc
parent4d2a67280b3dc44005c41fc558570bdbd54383a0 (diff)
downloadqtdoc-699ad224d09f72156651e21e108af311387ee43f.tar.gz
Doc: Replaced the HTTPS links with HTTP
The HTTPS links fail in Qt Assistant on Windows as the qt installation package includes qt libraries that are built without SSL support for legal reasons. Task-number: QTBUG-31073 Change-Id: I617202d18372b6c454f65251875e5cd0d27a6803 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com> Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
Diffstat (limited to 'doc/src/portingguide.qdoc')
-rw-r--r--doc/src/portingguide.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/portingguide.qdoc b/doc/src/portingguide.qdoc
index 531c16d1..f2157556 100644
--- a/doc/src/portingguide.qdoc
+++ b/doc/src/portingguide.qdoc
@@ -51,7 +51,7 @@ The following list summarizes the changes in Qt 5:
\li Qt Widgets - These are now part of a separate module,
\l{Qt Widgets}{QtWidgets}. They were part of \l{QtGui} earlier.
\li Qt Quick - The older Qt Quick version (1.0) is now part of a separate
- \l{https://qt-project.org/doc/qt-4.8/qtdeclarative.html}{Qt Declarative}
+ \l{http://qt-project.org/doc/qt-4.8/qtdeclarative.html}{Qt Declarative}
add-on module for compatibility purposes. We recommend using the new Qt
Quick (2.0) from now on to avoid binary breaks in the future.
\li Qt3Support - This module is removed in Qt 5, so you must move away from