From 6d970e69549645b886988aed8a026fdc0161f354 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Thu, 14 Nov 2019 12:35:03 +0100 Subject: 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 --- examples/webchannel/standalone/doc/src/standalone.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3