File tree 3 files changed +5
-5
lines changed 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 @@ -1329,15 +1329,15 @@ gen_random_uuid() returns uuid
1329
1329
1330
1330
<itemizedlist>
1331
1331
<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>
1333
1333
<para>OpenPGP message format.</para>
1334
1334
</listitem>
1335
1335
<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>
1337
1337
<para>The MD5 Message-Digest Algorithm.</para>
1338
1338
</listitem>
1339
1339
<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>
1341
1341
<para>HMAC: Keyed-Hashing for Message Authentication.</para>
1342
1342
</listitem>
1343
1343
<listitem>
You can’t perform that action at this time.
0 commit comments