File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -941,7 +941,7 @@ omicron bryanh guest1
941
941
<para>
942
942
<literal>scram-sha-256</> performs SCRAM-SHA-256 authentication, as
943
943
described in
944
- <ulink url="https://tools.ietf.org/html/rfc5802">RFC5802 </ulink>. It
944
+ <ulink url="https://tools.ietf.org/html/rfc7677">RFC 7677 </ulink>. It
945
945
is a challenge-response scheme, that prevents password sniffing on
946
946
untrusted connections. It is more secure than the <literal>md5</>
947
947
method, but might not be supported by older clients.
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 @@ -775,7 +775,7 @@ PGPing PQping(const char *conninfo);
775
775
connection parameters. There are two accepted formats for these strings:
776
776
plain <literal>keyword = value</literal> strings
777
777
and URIs. URIs generally follow
778
- <ulink url="http ://www .ietf.org/rfc /rfc3986.txt ">RFC
778
+ <ulink url="https ://tools .ietf.org/html /rfc3986">RFC
779
779
3986</ulink>, except that multi-host connection strings are allowed
780
780
as further described below.
781
781
</para>
Original file line number Diff line number Diff line change @@ -1317,15 +1317,15 @@ gen_random_uuid() returns uuid
1317
1317
1318
1318
<itemizedlist>
1319
1319
<listitem>
1320
- <para><ulink url="http ://www .ietf.org/rfc /rfc4880.txt "></ulink></para>
1320
+ <para><ulink url="https ://tools .ietf.org/html /rfc4880"></ulink></para>
1321
1321
<para>OpenPGP message format.</para>
1322
1322
</listitem>
1323
1323
<listitem>
1324
- <para><ulink url="http ://www .ietf.org/rfc /rfc1321.txt "></ulink></para>
1324
+ <para><ulink url="https ://tools .ietf.org/html /rfc1321"></ulink></para>
1325
1325
<para>The MD5 Message-Digest Algorithm.</para>
1326
1326
</listitem>
1327
1327
<listitem>
1328
- <para><ulink url="http ://www .ietf.org/rfc /rfc2104.txt "></ulink></para>
1328
+ <para><ulink url="https ://tools .ietf.org/html /rfc2104"></ulink></para>
1329
1329
<para>HMAC: Keyed-Hashing for Message Authentication.</para>
1330
1330
</listitem>
1331
1331
<listitem>
You can’t perform that action at this time.
0 commit comments