summaryrefslogtreecommitdiffstats
path: root/examples/widgets/doc/src/echoplugin.qdoc
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@digia.com>2013-12-11 10:50:16 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-12-20 10:38:01 +0100
commitac90b4c46f11ec08a9f4eebf909f9c66f10e4288 (patch)
tree863ef697160481364ba0826dbe725c8cd6ed7cf2 /examples/widgets/doc/src/echoplugin.qdoc
parent04133551a51213e48fe1972bcbcbdba53e24043b (diff)
Doc: corrected broken links
Task-number: QTBUG-34749 Corrected link to drag and drop example. Corrected link to {mandatory fields} Created target referring to macros for defining plugins Change-Id: I387a2d9bab428b2eacd8d371f08c72f42f7e2be2 Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
Diffstat (limited to 'examples/widgets/doc/src/echoplugin.qdoc')
-rw-r--r--examples/widgets/doc/src/echoplugin.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/widgets/doc/src/echoplugin.qdoc b/examples/widgets/doc/src/echoplugin.qdoc
index 9e2b0c35de..103a51cf93 100644
--- a/examples/widgets/doc/src/echoplugin.qdoc
+++ b/examples/widgets/doc/src/echoplugin.qdoc
@@ -194,10 +194,10 @@
\section1 Further reading and examples
- You can find an overview of the macros needed to create plugins
- \l{Macros for Defining Plugins}{here}.
+ The \l {qtplugin-defining-plugins}{Defining Plugins} page presents an overview of the macros needed to
+ create plugins.
- We give an example of a plugin that extend Qt in the \l{Style
+ We give an example of a plugin that extends Qt in the \l{Style
Plugin Example}{style plugin} example. The \l{Plug & Paint
Example}{plug and paint} example shows how to create static
plugins.