Skip to content

Commit 1d9dfc7

Browse files
committed
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.
1 parent 3010de8 commit 1d9dfc7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

doc/src/sgml/json.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<para>
1515
JSON data types are for storing JSON (JavaScript Object Notation)
16-
data, as specified in <ulink url="http://rfc7159.net/rfc7159">RFC
16+
data, as specified in <ulink url="https://tools.ietf.org/html/rfc7159">RFC
1717
7159</ulink>. Such data can also be stored as <type>text</type>, but
1818
the JSON data types have the advantage of enforcing that each
1919
stored value is valid according to the JSON rules. There are also

doc/src/sgml/libpq.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@ PGPing PQping(const char *conninfo);
772772
Several <application>libpq</> functions parse a user-specified string to obtain
773773
connection parameters. There are two accepted formats for these strings:
774774
plain <literal>keyword = value</literal> strings
775-
and <ulink url="http://www.ietf.org/rfc/rfc3986.txt">RFC
775+
and <ulink url="https://tools.ietf.org/html/rfc3986">RFC
776776
3986</ulink> URIs.
777777
</para>
778778

doc/src/sgml/pgcrypto.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1290,15 +1290,15 @@ gen_random_uuid() returns uuid
12901290

12911291
<itemizedlist>
12921292
<listitem>
1293-
<para><ulink url="http://www.ietf.org/rfc/rfc4880.txt"></ulink></para>
1293+
<para><ulink url="https://tools.ietf.org/html/rfc4880"></ulink></para>
12941294
<para>OpenPGP message format.</para>
12951295
</listitem>
12961296
<listitem>
1297-
<para><ulink url="http://www.ietf.org/rfc/rfc1321.txt"></ulink></para>
1297+
<para><ulink url="https://tools.ietf.org/html/rfc1321"></ulink></para>
12981298
<para>The MD5 Message-Digest Algorithm.</para>
12991299
</listitem>
13001300
<listitem>
1301-
<para><ulink url="http://www.ietf.org/rfc/rfc2104.txt"></ulink></para>
1301+
<para><ulink url="https://tools.ietf.org/html/rfc2104"></ulink></para>
13021302
<para>HMAC: Keyed-Hashing for Message Authentication.</para>
13031303
</listitem>
13041304
<listitem>

0 commit comments

Comments
 (0)