summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/corelib/plugin/qplugin.qdoc1
-rw-r--r--src/gui/doc/src/dnd.qdoc4
2 files changed, 3 insertions, 2 deletions
diff --git a/src/corelib/plugin/qplugin.qdoc b/src/corelib/plugin/qplugin.qdoc
index 0a94077d95..b72516eae5 100644
--- a/src/corelib/plugin/qplugin.qdoc
+++ b/src/corelib/plugin/qplugin.qdoc
@@ -28,6 +28,7 @@
/*!
\headerfile <QtPlugin>
\title Defining Plugins
+ \target qtplugin-defining-plugins
\ingroup plugins
\brief The <QtPlugin> header file defines macros for defining plugins.
diff --git a/src/gui/doc/src/dnd.qdoc b/src/gui/doc/src/dnd.qdoc
index 1c6ca9c81c..9f7fdc7fbf 100644
--- a/src/gui/doc/src/dnd.qdoc
+++ b/src/gui/doc/src/dnd.qdoc
@@ -80,8 +80,8 @@
The rest of the document focuses mainly on how to implement drag and drop
in C++. For using drag and drop inside a Qt Quick scene, please read the
- documentation for the Qt Quick \l{Drag}, \l{DragEvent} and \l{DropArea} items.
- There is also an example \l{quick/draganddrop}{available}.
+ documentation for the Qt Quick \l{Drag}, \l{DragEvent}, and \l{DropArea} items,
+ as well as the \l {Qt Quick Examples - Drag and Drop}{Qt Quick Drag and Drop} examples.
\section1 Dragging