File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 13
13
14
14
<para>
15
15
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
17
17
7159</ulink>. Such data can also be stored as <type>text</type>, but
18
18
the JSON data types have the advantage of enforcing that each
19
19
stored value is valid according to the JSON rules. There are also
Original file line number Diff line number Diff line change @@ -772,7 +772,7 @@ PGPing PQping(const char *conninfo);
772
772
Several <application>libpq</> functions parse a user-specified string to obtain
773
773
connection parameters. There are two accepted formats for these strings:
774
774
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
776
776
3986</ulink> URIs.
777
777
</para>
778
778
Original file line number Diff line number Diff line change @@ -1290,15 +1290,15 @@ gen_random_uuid() returns uuid
1290
1290
1291
1291
<itemizedlist>
1292
1292
<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>
1294
1294
<para>OpenPGP message format.</para>
1295
1295
</listitem>
1296
1296
<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>
1298
1298
<para>The MD5 Message-Digest Algorithm.</para>
1299
1299
</listitem>
1300
1300
<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>
1302
1302
<para>HMAC: Keyed-Hashing for Message Authentication.</para>
1303
1303
</listitem>
1304
1304
<listitem>
You can’t perform that action at this time.
0 commit comments