Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
doc: Update RFC URLs
authorMichael Paquier <michael@paquier.xyz>
Sat, 5 Jan 2019 03:49:58 +0000 (12:49 +0900)
committerMichael Paquier <michael@paquier.xyz>
Sat, 5 Jan 2019 03:49:58 +0000 (12:49 +0900)
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
doc/src/sgml/libpq.sgml
doc/src/sgml/pgcrypto.sgml

index f4546f02229c2574aff84e643b47e1dc32b6c862..44e88a1cdc211e1cd3a068ae47883b5dff1a15ce 100644 (file)
@@ -13,7 +13,7 @@
 
  <para>
   JSON data types are for storing JSON (JavaScript Object Notation)
-  data, as specified in <ulink url="http://rfc7159.net/rfc7159">RFC
+  data, as specified in <ulink url="https://tools.ietf.org/html/rfc7159">RFC
   7159</ulink>. Such data can also be stored as <type>text</type>, but
   the JSON data types have the advantage of enforcing that each
   stored value is valid according to the JSON rules.  There are also
index 753136dfb1abb189f4d9662b6dcf242f68f443f7..bf108b727d1eb9959dc6d11db590c23bbdae21cb 100644 (file)
@@ -772,7 +772,7 @@ PGPing PQping(const char *conninfo);
     Several <application>libpq</> functions parse a user-specified string to obtain
     connection parameters.  There are two accepted formats for these strings:
     plain <literal>keyword = value</literal> strings
-    and <ulink url="http://www.ietf.org/rfc/rfc3986.txt">RFC
+    and <ulink url="https://tools.ietf.org/html/rfc3986">RFC
     3986</ulink> URIs.
    </para>
 
index b417ac1619be744bce9f5188ddd431bd3f5dff6e..dab68232470956428e24a646efe3233d26955f37 100644 (file)
@@ -1290,15 +1290,15 @@ gen_random_uuid() returns uuid
 
    <itemizedlist>
     <listitem>
-     <para><ulink url="http://www.ietf.org/rfc/rfc4880.txt"></ulink></para>
+     <para><ulink url="https://tools.ietf.org/html/rfc4880"></ulink></para>
      <para>OpenPGP message format.</para>
     </listitem>
     <listitem>
-     <para><ulink url="http://www.ietf.org/rfc/rfc1321.txt"></ulink></para>
+     <para><ulink url="https://tools.ietf.org/html/rfc1321"></ulink></para>
      <para>The MD5 Message-Digest Algorithm.</para>
     </listitem>
     <listitem>
-     <para><ulink url="http://www.ietf.org/rfc/rfc2104.txt"></ulink></para>
+     <para><ulink url="https://tools.ietf.org/html/rfc2104"></ulink></para>
      <para>HMAC: Keyed-Hashing for Message Authentication.</para>
     </listitem>
     <listitem>