aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Buhr <andreas@andreasbuhr.de>2020-12-01 15:01:16 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2020-12-01 16:30:08 +0000
commitacad893188ac59e2e96c93109867275fc08c16f2 (patch)
tree1aa18679878a1e22773fec5d8b737a5745464633 /src
parent14012958374290e203717b05c27a22130d24a584 (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 Change-Id: I30c1f801f93773e04f85d7ebb3603fafa8f4f2a0 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io> (cherry picked from commit ff7c11c481a57beeea4be2c6fbe8eea78c7b3de2) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'src')
-rw-r--r--src/quick/doc/src/guidelines/qtquick-bestpractices.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/doc/src/guidelines/qtquick-bestpractices.qdoc b/src/quick/doc/src/guidelines/qtquick-bestpractices.qdoc
index 2c492cdca2..7f5e0fa760 100644
--- a/src/quick/doc/src/guidelines/qtquick-bestpractices.qdoc
+++ b/src/quick/doc/src/guidelines/qtquick-bestpractices.qdoc
@@ -489,6 +489,6 @@ on the display resolution on offer.
\li \l{Qt Quick Controls - Text Editor}{Text Editor example}
\li \l{Font Awesome}
\li \l{Scalability}
- \li \l{High DPI Displays}
+ \li \l{High DPI}
\endlist
*/