summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2020-01-11 03:04:42 +0100
committerQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2020-01-11 03:04:42 +0100
commit8b8a11310687e7d22817d8d1a238cc51f04a8540 (patch)
tree312c70bfafd4659889979eaa820186f30325d4ef
parent237e90ec1cdaf6f91b82e663bd8bfccbaa2603e2 (diff)
parent6d970e69549645b886988aed8a026fdc0161f354 (diff)
downloadqtwebchannel-8b8a11310687e7d22817d8d1a238cc51f04a8540.tar.gz
Merge remote-tracking branch 'origin/5.14' into 5.15
Change-Id: I07be735a13acfd0f85378916fa2992c921f0dacd
-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.