summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2020-01-14 03:03:40 +0100
committerQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2020-01-14 03:03:40 +0100
commit3a698021a73c28752559b7acd1804aac5978ceef (patch)
treef7b27632ee2a360ad3350fd114f57fa9e2f1cc47 /examples
parente672f993e3b066832b0371062d2ff6fc41bca8b2 (diff)
parent8b8a11310687e7d22817d8d1a238cc51f04a8540 (diff)
downloadqtwebchannel-3a698021a73c28752559b7acd1804aac5978ceef.tar.gz
Merge remote-tracking branch 'origin/5.15' into dev
Change-Id: I869a1681af76b2591e84e905a2e376507693b6e4
Diffstat (limited to 'examples')
-rw-r--r--examples/webchannel/standalone/doc/src/standalone.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/webchannel/standalone/doc/src/standalone.qdoc b/examples/webchannel/standalone/doc/src/standalone.qdoc
index 4ff7056..aa3fb26 100644
--- a/examples/webchannel/standalone/doc/src/standalone.qdoc
+++ b/examples/webchannel/standalone/doc/src/standalone.qdoc
@@ -65,7 +65,7 @@
\section1 Communicating with a Remote Client
The C++ application sets up a QWebChannel instance and publishes a \c Core
- object over it. For the remote client side, \l {standalone/index.html}{index.html}
+ object over it. For the remote client side, the \c {index.html} file
is opened. Both show a dialog with the list of received messages and an input
box to send messages to the other end.