summaryrefslogtreecommitdiffstats
path: root/examples/serialbus/modbus/server/doc
diff options
context:
space:
mode:
authorIvan Solovev <ivan.solovev@qt.io>2023-02-06 16:30:32 +0100
committerIvan Solovev <ivan.solovev@qt.io>2023-02-14 12:29:32 +0100
commit20d4cba63221cb144537518e492187ff82a590fa (patch)
tree79d5655d8d03b62eb988d65f8bb738b873a398ec /examples/serialbus/modbus/server/doc
parent3287a82b4afe618144e257ab6dbe06fc34628aab (diff)
Modbus Client: update example description
Extend the example description so that it actually highlights the main features shown in the example. Also update the example to match the guidelines: * Do not use Example in the name * Update screenshot * add Connectivity category Task-number: QTBUG-110890 Pick-to: 6.5 Change-Id: I2296371e93b7427db960081ac10efac8deae15af Reviewed-by: André Hartmann <aha_1980@gmx.de>
Diffstat (limited to 'examples/serialbus/modbus/server/doc')
-rw-r--r--examples/serialbus/modbus/server/doc/src/modbusserver.qdoc3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/serialbus/modbus/server/doc/src/modbusserver.qdoc b/examples/serialbus/modbus/server/doc/src/modbusserver.qdoc
index 674d789..ec27852 100644
--- a/examples/serialbus/modbus/server/doc/src/modbusserver.qdoc
+++ b/examples/serialbus/modbus/server/doc/src/modbusserver.qdoc
@@ -14,7 +14,8 @@
\include examples-run.qdocinc
- This example must be used in conjunction with the \l {Modbus Client example}.
+ This example must be used in conjunction with the
+ \l {modbus/client}{Modbus Client example}.
This example should be started and put into the listen state before the
Modbus client example is started. Subsequent interactions between the two
examples use the Modbus protocol.