Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit feb4b80

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 60de80c commit feb4b80

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
@@ -1329,15 +1329,15 @@ gen_random_uuid() returns uuid
13291329

13301330
<itemizedlist>
13311331
<listitem>
1332-
<para><ulink url="http://www.ietf.org/rfc/rfc4880.txt"></ulink></para>
1332+
<para><ulink url="https://tools.ietf.org/html/rfc4880"></ulink></para>
13331333
<para>OpenPGP message format.</para>
13341334
</listitem>
13351335
<listitem>
1336-
<para><ulink url="http://www.ietf.org/rfc/rfc1321.txt"></ulink></para>
1336+
<para><ulink url="https://tools.ietf.org/html/rfc1321"></ulink></para>
13371337
<para>The MD5 Message-Digest Algorithm.</para>
13381338
</listitem>
13391339
<listitem>
1340-
<para><ulink url="http://www.ietf.org/rfc/rfc2104.txt"></ulink></para>
1340+
<para><ulink url="https://tools.ietf.org/html/rfc2104"></ulink></para>
13411341
<para>HMAC: Keyed-Hashing for Message Authentication.</para>
13421342
</listitem>
13431343
<listitem>

0 commit comments

Comments
 (0)