summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Di Sera <luca.disera@qt.io>2021-10-05 14:05:02 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-10-05 14:30:50 +0000
commitc30f78e62eb4f6f1aca8f84cf986a18ec5a23a5b (patch)
treeb13d6cfa621418ec08489a9c52f7e545dae5a6e7
parentc315aab833e8ed88c62d6b2b3b8908a4b3a3a38d (diff)
downloadqtwebsockets-c30f78e62eb4f6f1aca8f84cf986a18ec5a23a5b.tar.gz
Doc: Correct a recently introduced typo in an \externalpage link
Commit bfa705a7a20576405e77be28d185c84f96c1acd0 recently modified the link to the "Talking to Yourself for Fun and Profit" paper. While the new location for the `\externalpage` link is correct, it was erroneously introduced with a typo in it. In particular, `fd` was introduced in front of the `org` domain such that the link was incorrect. The typo is now removed such as to correct the link. Task-number: QTBUG-96127 Change-Id: Ie4d169a978767b77f6d59b2ef135b3a3a8a0131d Reviewed-by: Paul Wicking <paul.wicking@qt.io> (cherry picked from commit 3e855cde66a60f57eb7b307c6e6760d58f208397) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/websockets/doc/src/external-resources.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/websockets/doc/src/external-resources.qdoc b/src/websockets/doc/src/external-resources.qdoc
index ab574b7..bb82c41 100644
--- a/src/websockets/doc/src/external-resources.qdoc
+++ b/src/websockets/doc/src/external-resources.qdoc
@@ -26,7 +26,7 @@
****************************************************************************/
/*!
- \externalpage https://www.ieee-security.fdorg/TC/W2SP/2011/papers/websocket.pdf
+ \externalpage https://www.ieee-security.org/TC/W2SP/2011/papers/websocket.pdf
\title "Talking to Yourself for Fun and Profit" by Lin-Shung Huang et al
*/