summaryrefslogtreecommitdiffstats
path: root/examples/wayland/custom-extension/doc/src/custom-extension.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/wayland/custom-extension/doc/src/custom-extension.qdoc')
-rw-r--r--examples/wayland/custom-extension/doc/src/custom-extension.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/wayland/custom-extension/doc/src/custom-extension.qdoc b/examples/wayland/custom-extension/doc/src/custom-extension.qdoc
index 5c5152f06..1da68f5d6 100644
--- a/examples/wayland/custom-extension/doc/src/custom-extension.qdoc
+++ b/examples/wayland/custom-extension/doc/src/custom-extension.qdoc
@@ -69,7 +69,7 @@
* In addition to inheriting from the generated class, we also inherit the class
* \l QWaylandCompositorExtensionTemplate which provides some additional convenience when dealing
* with extensions, using the
- * l{https://en.wikipedia.org/wiki/Curiously_recurring_template_pattern}{Curiously Recurring Template Pattern}.
+ * \l{https://en.wikipedia.org/wiki/Curiously_recurring_template_pattern}{Curiously Recurring Template Pattern}.
*
* Note that the \l QWaylandCompositorExtensionTemplate must be first in the inheritance list, since
* it is a \l{QObject}-based class.