summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2023-08-21 13:44:53 +0200
committerKai Köhne <kai.koehne@qt.io>2023-08-22 09:25:08 +0200
commit72d9c5c76af810dc665a7b420634d504f9e4d180 (patch)
tree6eb44afc682c328ee125a4c303c4acd3b45089c3
parent58175a834fd4c072b8ccb9b72947ece85d4a4ed1 (diff)
Doc: Fix link to Qt State Machine module
Pick-to: 6.5 6.6 Change-Id: I8c8d7e3e6b8221f8d85d9873f8c91dc870e4ecef Reviewed-by: Paul Wicking <paul.wicking@qt.io>
-rw-r--r--src/scxml/doc/qtscxml-overview.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scxml/doc/qtscxml-overview.qdoc b/src/scxml/doc/qtscxml-overview.qdoc
index 8b7f793..dfbe0bf 100644
--- a/src/scxml/doc/qtscxml-overview.qdoc
+++ b/src/scxml/doc/qtscxml-overview.qdoc
@@ -18,7 +18,7 @@
and the user interface implementation by using Qt Quick or Qt Widgets.
The Qt SCXML module differs from the \l {Qt State Machine Overview}
- {State Machine framework} in the Qt StateMachine module in that Qt SCXML provides a
+ {State Machine framework} in the \l{Qt State Machine} module in that Qt SCXML provides a
\e {conforming processor} that can parse and process \e {conforming SCXML
documents}. In Qt SCXML, state machines are read from separate SCXML files
and integrated to Qt applications by instantiating the QScxmlStateMachine