summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Di Sera <luca.disera@qt.io>2021-09-30 16:54:54 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-10-04 10:26:05 +0000
commit8e5ed6b59f21f5b2ee73dc04e9668cedf652fc0b (patch)
tree9fd221a7d7315903f3681755ce0aab6113ec9dc7
parentbe73c8677cb77e654309b59e65153b40a30f153c (diff)
downloadqtwebsockets-8e5ed6b59f21f5b2ee73dc04e9668cedf652fc0b.tar.gz
Doc: Repair broken link to a websocket paper
The `\externalpage` link to the "Talking to Yourself for Fun and Profit" paper, presented at the Web 2.0 Security and Privacy 2011 conference, pointed to the version hosted on the `w2spconf` domain, which is not available anymore. To repair the broken link, it was changed to point to an equivalent version stored on the `ieee-security` site. Task-number: QTBUG-96127 Change-Id: Id68c5947fa285062fa69a35fa9641e88118448ba Reviewed-by: Paul Wicking <paul.wicking@qt.io> (cherry picked from commit bfa705a7a20576405e77be28d185c84f96c1acd0) 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 4c80352..ab574b7 100644
--- a/src/websockets/doc/src/external-resources.qdoc
+++ b/src/websockets/doc/src/external-resources.qdoc
@@ -26,7 +26,7 @@
****************************************************************************/
/*!
- \externalpage http://w2spconf.com/2011/papers/websocket.pdf
+ \externalpage https://www.ieee-security.fdorg/TC/W2SP/2011/papers/websocket.pdf
\title "Talking to Yourself for Fun and Profit" by Lin-Shung Huang et al
*/