From ef124d0952e18f1c7a7e9f99b2d10e2f0737c24a Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Wed, 10 Apr 2024 13:53:25 +0200 Subject: Doc: Update ulinks to RFC documents to avoid redirect The tools.ietf.org site has been decommissioned and replaced by a number of sites serving various purposes. Links to RFCs and BCPs are now 301 redirected to their new respective IETF sites. Since this serves no purpose and only adds network overhead, update our links to the new locations. Backpatch to all supported versions. Discussion: https://postgr.es/m/3C1CEA99-FCED-447D-9858-5A579B4C6687@yesql.se Backpatch-through: v12 --- doc/src/sgml/json.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/src/sgml/json.sgml') diff --git a/doc/src/sgml/json.sgml b/doc/src/sgml/json.sgml index 4182d691d64..d6de9120c0b 100644 --- a/doc/src/sgml/json.sgml +++ b/doc/src/sgml/json.sgml @@ -13,7 +13,7 @@ JSON data types are for storing JSON (JavaScript Object Notation) - data, as specified in RFC + data, as specified in RFC 7159. Such data can also be stored as text, but the JSON data types have the advantage of enforcing that each stored value is valid according to the JSON rules. There are also -- cgit v1.2.3