aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Di Sera <luca.disera@qt.io>2021-09-20 11:39:58 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-09-22 14:18:19 +0000
commitb0ef4a9fd4c9d9fd1c64747b59213eaed14751ee (patch)
treec234d68576bd7bf32e87167937724e922f676998
parenta2aca4e5691084e0945b2f2a6d7c07d7b84296ff (diff)
Doc: Update link to RFC-3986
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 `basictypes.qdoc` was modified to point to the new address. Task-number: QTBUG-96127 Change-Id: I74351ca0debe11522a9145b7e5c55070bfe86fc4 Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io> (cherry picked from commit 48ded70250ea92572a8d1a46e52a89ef9fd8e3fb) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/qml/doc/src/qmllanguageref/typesystem/basictypes.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/doc/src/qmllanguageref/typesystem/basictypes.qdoc b/src/qml/doc/src/qmllanguageref/typesystem/basictypes.qdoc
index 6cb0227502..6e94af6e41 100644
--- a/src/qml/doc/src/qmllanguageref/typesystem/basictypes.qdoc
+++ b/src/qml/doc/src/qmllanguageref/typesystem/basictypes.qdoc
@@ -278,7 +278,7 @@ property is only invoked when the property is reassigned to a different object v
Relative URLs resolved from within that file will use the same protocol.
Additionally, URLs may contain encoded characters using the 'percent-encoding' scheme
- specified by \l {http://tools.ietf.org/html/rfc3986}{RFC 3986}. These characters
+ specified by \l {https://datatracker.ietf.org/doc/html/rfc3986}{RFC 3986}. These characters
will be preserved within properties of type \c url, to allow QML code to
construct precise URL values.