From 715b2cd5adc30f1e1779a0d9292f4854eddcf9b1 Mon Sep 17 00:00:00 2001 From: Luca Di Sera Date: Thu, 9 Sep 2021 15:55:04 +0200 Subject: Doc: Update link to RFC-4627 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 link in `json.doc` was modified to point to the new address. Task-number: QTBUG-96127 Pick-to: 6.2 Change-Id: Ic0b0441fb298cfe2e282904e7e8d9155ab25091c Reviewed-by: Paul Wicking --- src/corelib/doc/src/json.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/corelib/doc') diff --git a/src/corelib/doc/src/json.qdoc b/src/corelib/doc/src/json.qdoc index e7d60841b0..2a7d5a702b 100644 --- a/src/corelib/doc/src/json.qdoc +++ b/src/corelib/doc/src/json.qdoc @@ -43,7 +43,7 @@ modify and save JSON data. More details about the JSON data format can be found at \l{http://json.org}{json.org} - and in \l{http://tools.ietf.org/html/rfc4627}{RFC-4627}. + and in \l{https://datatracker.ietf.org/doc/html/rfc4627}{RFC-4627}. \tableofcontents -- cgit v1.2.3