diff --git a/doc/src/addons.qdoc b/doc/src/addons.qdoc
index 8aa27727c48c5d6cb53281d688cdbfabdc0d698a..0dfe507e633fa7f4577214d8549b39d188bb6107 100644
--- a/doc/src/addons.qdoc
+++ b/doc/src/addons.qdoc
@@ -74,7 +74,7 @@ mix Qt- and OpenGL-based code.
 \section1 Qt Print Support Module
 
 The \l {Qt Print Support} Module provides cross-platform APIs to make printing easy and portable.
-\l {Printing with Qt} is done by using the same \l {QPainter} APIs which can also be used to
+Printing with Qt is done by using the same \l {QPainter} APIs which can also be used to
 paint on screen or on a \l {QImage}.
 
 \section1 Qt Script Module
diff --git a/doc/src/deployment/deployment.qdoc b/doc/src/deployment/deployment.qdoc
index 07cd8c5c3bc0a6f748fa986239b76880bb9bada8..fef6e3b01ce4a1b9459a3a1d1c556786843bdb41 100644
--- a/doc/src/deployment/deployment.qdoc
+++ b/doc/src/deployment/deployment.qdoc
@@ -90,8 +90,8 @@
     \row
         \li \l{Qt XML Patterns C++ Classes}{QtXmlPatterns}
         \li \l{Qt Svg C++ Classes}{QtSvg}
-        \li \l{QtConcurrent Module}{QtConcurrent}
-        \li \l{QtPrintSupport Module}{QtPrintSupport}
+        \li \l{Qt Concurrent C++ Classes}{QtConcurrent}
+        \li \l{Qt Print Support Module}{QtPrintSupport}
     \row
         \li \l{Qt D-Bus C++ Classes}{QtDBus}
         \li \l{QtOpenGL Module}{QtOpenGL}
diff --git a/doc/src/graphics.qdoc b/doc/src/graphics.qdoc
index d1e6a83dd5d170744f0115451d271c74441ecd84..407b98737f883219623f8b05cf8fe9f4f4fac36c 100644
--- a/doc/src/graphics.qdoc
+++ b/doc/src/graphics.qdoc
@@ -129,10 +129,10 @@ further detail on the \l {Qt Quick} page.
 
 Qt supports printing both directly to actual printers, locally or on the
 network, as well as producing PDF or PostScript output. How to do printing with
-Qt is described in detail on the \l {Printing with Qt} page.
+Qt is described in detail on the \l {Qt Print Support} page.
 
 To be able to access the Qt printing classes from your application or library, see
-the \l {QtPrintSupport module} page.
+the \l {Qt Print Support module} page.
 
 \section1 Images
 
diff --git a/doc/src/modules.qdoc b/doc/src/modules.qdoc
index 538aaafe4a9de7523a8a5e7cb0855abf641aa660..55ebdc682779a5230152697c326b7223876418a6 100644
--- a/doc/src/modules.qdoc
+++ b/doc/src/modules.qdoc
@@ -159,7 +159,7 @@
             compatibility. Please use the QJS* classes in the QtQml module for
             new code.
     \row
-        \li \l{Qt Script Tools}
+        \li \l{Qt Script}{Qt Script Tools}
         \li All
         \li
         \li Additional components for applications that use Qt Script.