summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2019-11-14 12:35:03 +0100
committerTopi Reinio <topi.reinio@qt.io>2020-01-07 14:32:32 +0100
commit6d970e69549645b886988aed8a026fdc0161f354 (patch)
tree83146b511ab42f8deeaa9648a9f31ef05cbc50dd
parent8d2c3b42bf6e4119b35910492b245fd5dac4998d (diff)
downloadqtwebchannel-6d970e69549645b886988aed8a026fdc0161f354.tar.gz
Doc: Remove linking to example source file
QDoc no longer treats example file pages as linkable targets. Remove the link command. Fixes: QTBUG-79810 Change-Id: Iac92e8007b7618345031617b8039e300328d21a3 Reviewed-by: Milian Wolff <milian.wolff@kdab.com>
-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.