summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2023-08-21 13:44:53 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-08-22 07:47:04 +0000
commitf95f4c51b9909000f1400a7bcdc6334f5be617e0 (patch)
treec31063c7e02fdba34c7461aed2a4f6f034bf101f
parentdb0f9bcdf55a70c33473b41a838ea9fd7da686c7 (diff)
Doc: Fix link to Qt State Machine module
Change-Id: I8c8d7e3e6b8221f8d85d9873f8c91dc870e4ecef Reviewed-by: Paul Wicking <paul.wicking@qt.io> (cherry picked from commit 72d9c5c76af810dc665a7b420634d504f9e4d180) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-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