From ebd3c790122aafee0fbc3d0a4db95dc8c5f53730 Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Sat, 5 Jan 2019 12:49:51 +0900 Subject: [PATCH] doc: Update RFC URLs Consistently use the IETF HTML links instead of a random mix of different sites and formats. This also fixes one broken link for JSON documentation. --- doc/src/sgml/json.sgml | 2 +- doc/src/sgml/libpq.sgml | 2 +- doc/src/sgml/pgcrypto.sgml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/json.sgml b/doc/src/sgml/json.sgml index 3cf78d6394c..7dfdf967645 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 diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index b2601003a62..0305ab0f0bf 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -772,7 +772,7 @@ PGPing PQping(const char *conninfo); Several libpq functions parse a user-specified string to obtain connection parameters. There are two accepted formats for these strings: plain keyword = value strings - and RFC + and RFC 3986 URIs. diff --git a/doc/src/sgml/pgcrypto.sgml b/doc/src/sgml/pgcrypto.sgml index 8ed58b9f90e..d6acd6e1446 100644 --- a/doc/src/sgml/pgcrypto.sgml +++ b/doc/src/sgml/pgcrypto.sgml @@ -1316,15 +1316,15 @@ gen_random_uuid() returns uuid - + OpenPGP message format. - + The MD5 Message-Digest Algorithm. - + HMAC: Keyed-Hashing for Message Authentication. -- 2.39.5