summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/src/qmlapp/applicationdevelopers.qdoc4
-rw-r--r--doc/src/qmlapp/porting.qdoc4
2 files changed, 1 insertions, 7 deletions
diff --git a/doc/src/qmlapp/applicationdevelopers.qdoc b/doc/src/qmlapp/applicationdevelopers.qdoc
index f998e8975..a368d06b3 100644
--- a/doc/src/qmlapp/applicationdevelopers.qdoc
+++ b/doc/src/qmlapp/applicationdevelopers.qdoc
@@ -199,11 +199,9 @@ modules, you should browse their QML documentation.
The \l{All QML APIs by Module} contains a list of all QML modules
in Qt 5.
-\section1 Release Notes and Porting Guides
+\section1 Related Topics
\list
-\li \l{Qt QML Release Notes}
-\li \l{Qt Quick Release Notes}
\li \l{Porting QML Applications to Qt 5}
\endlist
diff --git a/doc/src/qmlapp/porting.qdoc b/doc/src/qmlapp/porting.qdoc
index 63d1c7a24..95e3685ce 100644
--- a/doc/src/qmlapp/porting.qdoc
+++ b/doc/src/qmlapp/porting.qdoc
@@ -34,10 +34,6 @@ When porting QML-related code from Qt 4.8 to Qt 5, application developers should
the QML infrastructure has undergone considerable changes in Qt 5. The sections below describe
these changes and the impact they have on your existing code.
-This article describes the changes that affect your existing code. If you are
-interested in the summary of all new features in Qt 5 for QML application development, see
-\l{Qt QML Release Notes} and \l{Qt Quick Release Notes}.
-
\section1 QML Language Changes
There are very few changes in the QML language that affect the porting of existing Qt 4.8 QML code to Qt 5. These are: