File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -941,7 +941,7 @@ omicron bryanh guest1
941941 <para>
942942 <literal>scram-sha-256</> performs SCRAM-SHA-256 authentication, as
943943 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
945945 is a challenge-response scheme, that prevents password sniffing on
946946 untrusted connections. It is more secure than the <literal>md5</>
947947 method, but might not be supported by older clients.
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -775,7 +775,7 @@ PGPing PQping(const char *conninfo);
775775 connection parameters. There are two accepted formats for these strings:
776776 plain <literal>keyword = value</literal> strings
777777 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
779779 3986</ulink>, except that multi-host connection strings are allowed
780780 as further described below.
781781 </para>
Original file line number Diff line number Diff line change @@ -1317,15 +1317,15 @@ gen_random_uuid() returns uuid
13171317
13181318 <itemizedlist>
13191319 <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>
13211321 <para>OpenPGP message format.</para>
13221322 </listitem>
13231323 <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>
13251325 <para>The MD5 Message-Digest Algorithm.</para>
13261326 </listitem>
13271327 <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>
13291329 <para>HMAC: Keyed-Hashing for Message Authentication.</para>
13301330 </listitem>
13311331 <listitem>
You can’t perform that action at this time.
0 commit comments