aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Buhr <andreas@andreasbuhr.de>2020-12-01 14:57:27 +0100
committerAndreas Buhr <andreas@andreasbuhr.de>2020-12-01 15:48:55 +0100
commitb5b36db63a99579a69cb26da25ae6d04924648cf (patch)
tree6ca697f12a2b6de6efef0bfac1f7304152024078
parenta29178cffe5ef0ba7e4f6151260c6a4039862a8b (diff)
Fix documentation links to High DPI documentation
The documentation on High DPI was recently rewritten, renaming several sections. This patch fixes the links which were broken by this change. Task-number: QTBUG-88533 Pick-to: 6.0 Change-Id: Iae9f38d722a267ba5b21db6f2ef7394a6c675d4f Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
-rw-r--r--examples/quickcontrols2/chattutorial/doc/src/qtquickcontrols2-chattutorial.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quickcontrols2/chattutorial/doc/src/qtquickcontrols2-chattutorial.qdoc b/examples/quickcontrols2/chattutorial/doc/src/qtquickcontrols2-chattutorial.qdoc
index b6774439..a56a4703 100644
--- a/examples/quickcontrols2/chattutorial/doc/src/qtquickcontrols2-chattutorial.qdoc
+++ b/examples/quickcontrols2/chattutorial/doc/src/qtquickcontrols2-chattutorial.qdoc
@@ -78,7 +78,7 @@ Within \c main(), we set up the application object and QML engine:
\skipto main
\printuntil }
-It begins with enabling \l {High DPI Displays}{high DPI scaling}, which is not
+It begins with enabling \l {High DPI}{high DPI scaling}, which is not
part of the default code. It is necessary to do so before the application
object is constructed.