summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Di Sera <luca.disera@qt.io>2021-09-14 15:48:53 +0200
committerLuca Di Sera <luca.disera@qt.io>2021-09-22 07:57:29 +0000
commit27030c8eda1d5e1ca1e4eecc66da2623aa957507 (patch)
treeadc039f33711c404f35a782e6f4a897c995bc1c2
parent89018e5aff7c578620c8a49d10f3d7c5ace34d22 (diff)
downloadqtwebsockets-27030c8eda1d5e1ca1e4eecc66da2623aa957507.tar.gz
Doc: Update \externalpage links to RFCs
The old `tools.ietf.org/html/*` web pages containing RFCs now redirect to `datatracker.ietf.org/doc/html/*`. While the redirection work, our script to catch broken links on dev-snapshots builds of the documentation doesn't handle redirection correctly, reporting it as broken. Both to appease the broken-links script and to avoid an unneccesary redirection the RFC links in `external-resourced.qdoc` were modified to point to the new domain. Furthermore, the link referring to a specific page that pointed to a section were updated to point directly to the section, so that they are consistent with other similar links. The `tools.ietf.org/id/*.txt` links, while still resolving without a redirection, were updated to use an equivalent link on the `datatracker.ietf.org` domain for consistency. Task-number: QTBUG-96127 Change-Id: I0b937c9dbfaec0cd4b2aad5bd55fc731d073ca16 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io> (cherry picked from commit 780d19f709e5be8db8fce96afab248ebbc4911eb)
-rw-r--r--src/websockets/doc/src/external-resources.qdoc20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/websockets/doc/src/external-resources.qdoc b/src/websockets/doc/src/external-resources.qdoc
index 1363d24..4c80352 100644
--- a/src/websockets/doc/src/external-resources.qdoc
+++ b/src/websockets/doc/src/external-resources.qdoc
@@ -31,52 +31,52 @@
*/
/*!
- \externalpage http://tools.ietf.org/html/rfc6454
+ \externalpage https://datatracker.ietf.org/doc/html/rfc6454
\title RFC 6454
*/
/*!
- \externalpage http://tools.ietf.org/html/rfc6455
+ \externalpage https://datatracker.ietf.org/doc/html/rfc6455
\title RFC 6455
*/
/*!
- \externalpage http://tools.ietf.org/html/rfc6455#section-10
+ \externalpage https://datatracker.ietf.org/doc/html/rfc6455#section-10
\title WebSocket Security Considerations
*/
/*!
- \externalpage http://tools.ietf.org/html/rfc6455#page-39
+ \externalpage https://datatracker.ietf.org/doc/html/rfc6455#section-9
\title WebSocket Extensions
*/
/*!
- \externalpage http://tools.ietf.org/html/rfc6455#page-12
+ \externalpage https://datatracker.ietf.org/doc/html/rfc6455#section-1.9
\title WebSocket Subprotocols
*/
/*!
- \externalpage http://tools.ietf.org/html/draft-hixie-thewebsocketprotocol-76
+ \externalpage https://datatracker.ietf.org/doc/html/draft-hixie-thewebsocketprotocol-76
\title hixie76
*/
/*!
- \externalpage http://tools.ietf.org/html/draft-ietf-hybi-thewebsocketprotocol-00
+ \externalpage https://datatracker.ietf.org/doc/html/draft-ietf-hybi-thewebsocketprotocol-00
\title hybi-00
*/
/*!
- \externalpage http://tools.ietf.org/id/draft-ietf-hybi-thewebsocketprotocol-04.txt
+ \externalpage https://datatracker.ietf.org/doc/html/draft-ietf-hybi-thewebsocketprotocol-04
\title hybi-04
*/
/*!
- \externalpage http://tools.ietf.org/id/draft-ietf-hybi-thewebsocketprotocol-05.txt
+ \externalpage https://datatracker.ietf.org/doc/html/draft-ietf-hybi-thewebsocketprotocol-05
\title hybi-05
*/
/*!
- \externalpage http://tools.ietf.org/html/draft-ietf-hybi-thewebsocketprotocol-07
+ \externalpage https://datatracker.ietf.org/doc/html/draft-ietf-hybi-thewebsocketprotocol-07
\title hybi-07
*/