summaryrefslogtreecommitdiffstats
path: root/doc/src/getting-started
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2023-08-16 13:03:10 +0000
committerTopi Reinio <topi.reinio@qt.io>2023-08-17 07:31:47 +0000
commit17f35126dc8aec9255a99238b42d43092444c2fe (patch)
treef8b44aa2776cb1ae33b9237ffe32d43d4926a3e2 /doc/src/getting-started
parent65a7653634a80c5ecb97b53ed087a6285ffe3c5b (diff)
Doc: Fix broken links
Remove links to examples that no longer exist, and fix linking to page/section titles that have changed. Fix other minor issues in passing. Pick-to: 6.5 6.6 Change-Id: I6420fd7319e021f8a31f1776b31fabd05631c145 Reviewed-by: Andreas Eliasson <andreas.eliasson@qt.io>
Diffstat (limited to 'doc/src/getting-started')
-rw-r--r--doc/src/getting-started/create-your-first-applications.qdoc2
-rw-r--r--doc/src/getting-started/examples.qdoc9
2 files changed, 2 insertions, 9 deletions
diff --git a/doc/src/getting-started/create-your-first-applications.qdoc b/doc/src/getting-started/create-your-first-applications.qdoc
index ea4ab1db2..a203c2b41 100644
--- a/doc/src/getting-started/create-your-first-applications.qdoc
+++ b/doc/src/getting-started/create-your-first-applications.qdoc
@@ -83,7 +83,7 @@
\li \l{Qt Quick Ultralite Examples}
\endtable
- To view a list of all Qt examples, see \l{List of Qt Examples}.
+ To view a list of all Qt examples, see \l {All Qt Examples}.
You can follow the learning paths and tutorials on
\l {https://www.qt.io/courses} {qt.io/courses} to learn more about how to
diff --git a/doc/src/getting-started/examples.qdoc b/doc/src/getting-started/examples.qdoc
index e87c4e094..c79b37b0f 100644
--- a/doc/src/getting-started/examples.qdoc
+++ b/doc/src/getting-started/examples.qdoc
@@ -18,8 +18,6 @@
\list
\li \l{Basic Layouts Example}{Basic Layouts}
- \li \l{Border Layout Example}{Border Layout}
- \li \l{Dynamic Layouts Example}{Dynamic Layouts}
\li \l{Flow Layout Example}{Flow Layout}
\endlist
@@ -31,8 +29,6 @@
\title Drag and Drop Examples
\brief How to access your platform's native drag and drop functionality.
- \image draganddrop-examples.png
-
Qt supports native drag and drop on all platforms via an extensible
MIME-based system that enables applications to send data to each other in the
most appropriate formats.
@@ -42,12 +38,9 @@
\list
\li \l{draganddrop/draggableicons}{Draggable Icons}
\li \l{draganddrop/draggabletext}{Draggable Text}
- \li \l{draganddrop/dropsite}{Drop Site}\raisedaster
- \li \l{draganddrop/fridgemagnets}{Fridge Magnets}\raisedaster
- \li \l{draganddrop/puzzle}{Drag and Drop Puzzle}
+ \li \l{draganddrop/dropsite}{Drop Site}
\endlist
- Examples marked with an asterisk (*) are fully documented.
*/
/*!