Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit bfed705

Browse files
Doc: Update ulinks to RFC documents to avoid redirect
The tools.ietf.org site has been decommissioned and replaced by a number of sites serving various purposes. Links to RFCs and BCPs are now 301 redirected to their new respective IETF sites. Since this serves no purpose and only adds network overhead, update our links to the new locations. Backpatch to all supported versions. Discussion: https://postgr.es/m/3C1CEA99-FCED-447D-9858-5A579B4C6687@yesql.se Backpatch-through: v12
1 parent 01b5520 commit bfed705

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

doc/src/sgml/charset.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -834,7 +834,7 @@ CREATE COLLATION german (provider = libc, locale = 'de_DE');
834834

835835
See <ulink url="http://unicode.org/reports/tr35/tr35-collation.html">Unicode
836836
Technical Standard #35</ulink>
837-
and <ulink url="https://tools.ietf.org/html/bcp47">BCP 47</ulink> for
837+
and <ulink url="https://www.rfc-editor.org/info/bcp47">BCP 47</ulink> for
838838
details. The list of possible collation types (<literal>co</literal>
839839
subtag) can be found in
840840
the <ulink url="https://github.com/unicode-org/cldr/blob/master/common/bcp47/collation.xml">CLDR

doc/src/sgml/client-auth.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1079,7 +1079,7 @@ omicron bryanh guest1
10791079
<para>
10801080
The method <literal>scram-sha-256</literal> performs SCRAM-SHA-256
10811081
authentication, as described in
1082-
<ulink url="https://tools.ietf.org/html/rfc7677">RFC 7677</ulink>. It
1082+
<ulink url="https://datatracker.ietf.org/doc/html/rfc7677">RFC 7677</ulink>. It
10831083
is a challenge-response scheme that prevents password sniffing on
10841084
untrusted connections and supports storing passwords on the server in a
10851085
cryptographically hashed form that is thought to be secure.
@@ -1191,7 +1191,7 @@ omicron bryanh guest1
11911191
<para>
11921192
<productname>GSSAPI</productname> is an industry-standard protocol
11931193
for secure authentication defined in
1194-
<ulink url="https://tools.ietf.org/html/rfc2743">RFC 2743</ulink>.
1194+
<ulink url="https://datatracker.ietf.org/doc/html/rfc2743">RFC 2743</ulink>.
11951195
<productname>PostgreSQL</productname>
11961196
supports <productname>GSSAPI</productname> for authentication,
11971197
communications encryption, or both.

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="https://tools.ietf.org/html/rfc7159">RFC
16+
data, as specified in <ulink url="https://datatracker.ietf.org/doc/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
@@ -798,7 +798,7 @@ PGPing PQping(const char *conninfo);
798798
connection parameters. There are two accepted formats for these strings:
799799
plain keyword/value strings
800800
and URIs. URIs generally follow
801-
<ulink url="https://tools.ietf.org/html/rfc3986">RFC
801+
<ulink url="https://datatracker.ietf.org/doc/html/rfc3986">RFC
802802
3986</ulink>, except that multi-host connection strings are allowed
803803
as further described below.
804804
</para>

doc/src/sgml/ref/psql-ref.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2710,7 +2710,7 @@ lo_import 152801
27102710
</indexterm>
27112711
writes column values separated by commas, applying the quoting
27122712
rules described in
2713-
<ulink url="https://tools.ietf.org/html/rfc4180">RFC 4180</ulink>.
2713+
<ulink url="https://datatracker.ietf.org/doc/html/rfc4180">RFC 4180</ulink>.
27142714
This output is compatible with the CSV format of the server's
27152715
<command>COPY</command> command.
27162716
A header line with column names is generated unless

0 commit comments

Comments
 (0)