diff options
author | Kai Köhne <[email protected]> | 2025-01-16 09:51:09 +0100 |
---|---|---|
committer | Kai Köhne <[email protected]> | 2025-01-27 12:39:22 +0100 |
commit | a4d3a82244ab292c7a906fc19052e8b9d00b0f7b (patch) | |
tree | 9228ebc9d1279ca6cd7f18a7ebe40f89b72e913c | |
parent | 7cb90e15631a9e6f12469a7ca8c070781c4aafc2 (diff) |
Doc: Fix link to RFC 8259
Fixes qdoc warning
corelib/doc/src/json.qdoc:22: (qdoc) warning: Can't link to 'RFC 8259'
Amends 65fda988e92e
Pick-to: 6.9
Change-Id: I62c1cf05366cd13180d21d7b4cbf68c0c0f48e1d
Reviewed-by: Johannes Grunenberg <[email protected]>
Reviewed-by: Thiago Macieira <[email protected]>
-rw-r--r-- | doc/global/externalsites/rfc.qdoc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/global/externalsites/rfc.qdoc b/doc/global/externalsites/rfc.qdoc index ceab869bfd9..d0c127fb41e 100644 --- a/doc/global/externalsites/rfc.qdoc +++ b/doc/global/externalsites/rfc.qdoc @@ -85,11 +85,6 @@ */ /*! - \externalpage https://datatracker.ietf.org/doc/html/rfc4627 - \title RFC 4627 -*/ - -/*! \externalpage https://datatracker.ietf.org/doc/html/rfc4648 \title RFC 4648 */ @@ -175,6 +170,11 @@ */ /*! + \externalpage https://datatracker.ietf.org/doc/html/rfc8259 + \title RFC 8259 +*/ + +/*! \externalpage https://datatracker.ietf.org/doc/html/rfc8446#section-6 \title RFC 8446, section 6 */ |