Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd542859

Browse files
committed
doc: Update RFC URLs
Consistently use the IETF HTML links instead of a random mix ofdifferent sites and formats. Correct one RFC number and fix one brokenlink.
1 parent79f457e commitd542859

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

‎doc/src/sgml/client-auth.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

‎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
@@ -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>

‎doc/src/sgml/pgcrypto.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp