aboutsummaryrefslogtreecommitdiffstats
path: root/examples/webchannel/standalone/doc/src/standalone.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/webchannel/standalone/doc/src/standalone.qdoc')
-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.