summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@qt.io>2019-03-15 13:17:43 +0100
committerNico Vertriest <nico.vertriest@qt.io>2019-03-25 05:56:32 +0000
commit57c41f6d27d05e3af07bb8a50dfaeeb4c569aebe (patch)
tree07ce913ca14b3eedad248ca5fd44de5d65cbeccf
parent723318223fbdfda0ccc2f2fa539cf14c6ef5c92f (diff)
downloadqtwebsockets-57c41f6d27d05e3af07bb8a50dfaeeb4c569aebe.tar.gz
Doc: Remove \l from reference to example source file
Replace with \c since it is no longer possible to put hard links to example source files Change-Id: Iaf35f88a37b3c74455550316b83c26bc28769d3c Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
-rw-r--r--examples/websockets/doc/echoserver.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/websockets/doc/echoserver.qdoc b/examples/websockets/doc/echoserver.qdoc
index 702d80d..76a37ce 100644
--- a/examples/websockets/doc/echoserver.qdoc
+++ b/examples/websockets/doc/echoserver.qdoc
@@ -59,7 +59,7 @@
sends back the messages it receives, using the \l {Qt WebSockets}{WebSocket} API.
If your web browser supports \l {Qt WebSockets}{WebSocket}, you can also use it
- to open the \l {echoserver/echoclient.html}{echoclient.html} file, and operate
+ to open the \c {echoserver/echoclient.html}{echoclient.html} file, and operate
like the following screenshot.
\image echoclient-html-example.png Screenshot of the HTML version of Echo