Skip to content

Commit e716dc3

Browse files
committed
doc: Update redirecting links
Update links that resulted in redirects. Most are changes from http to https, but there are also some other minor edits. (There are still some redirects where the target URL looks less elegant than the one we currently have. I have left those as is.)
1 parent 704e393 commit e716dc3

22 files changed

+108
-114
lines changed

doc/src/sgml/acronyms.sgml

Lines changed: 47 additions & 47 deletions
Large diffs are not rendered by default.

doc/src/sgml/bloom.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<para>
1111
<literal>bloom</literal> provides an index access method based on
12-
<ulink url="http://en.wikipedia.org/wiki/Bloom_filter">Bloom filters</ulink>.
12+
<ulink url="https://en.wikipedia.org/wiki/Bloom_filter">Bloom filters</ulink>.
1313
</para>
1414

1515
<para>

doc/src/sgml/client-auth.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1889,7 +1889,7 @@ host ... ldap ldapserver=ldap.example.net ldapbasedn="dc=example, dc=net" ldapse
18891889
connected remote host name or IP address. Therefore the user must already
18901890
exist in the database before PAM can be used for authentication. For more
18911891
information about PAM, please read the
1892-
<ulink url="http://www.kernel.org/pub/linux/libs/pam/">
1892+
<ulink url="https://www.kernel.org/pub/linux/libs/pam/">
18931893
<productname>Linux-PAM</productname> Page</ulink>.
18941894
</para>
18951895

doc/src/sgml/docguide.sgml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@
5757
structure and content of a technical document without worrying
5858
about presentation details. A document style defines how that
5959
content is rendered into one of several final forms. DocBook is
60-
maintained by the <ulink url="http://www.oasis-open.org">
61-
OASIS group</ulink>. The <ulink url="http://www.oasis-open.org/docbook/">
60+
maintained by the <ulink url="https://www.oasis-open.org">
61+
OASIS group</ulink>. The <ulink url="https://www.oasis-open.org/docbook/">
6262
official DocBook site</ulink> has good introductory and reference documentation and
6363
a complete O'Reilly book for your online reading pleasure. The
6464
<ulink url="http://newbiedoc.sourceforge.net/metadoc/docbook-guide.html">
6565
NewbieDoc Docbook Guide</ulink> is very helpful for beginners.
66-
The <ulink url="http://www.freebsd.org/docproj/docproj.html">
66+
The <ulink url="https://www.freebsd.org/docproj/docproj.html">
6767
FreeBSD Documentation Project</ulink> also uses DocBook and has some good
6868
information, including a number of style guidelines that might be
6969
worth considering.
@@ -187,12 +187,6 @@ pkg install docbook-xml docbook-xsl fop libxslt
187187
directory you'll need to use <command>gmake</command>, because the
188188
makefile provided is not suitable for FreeBSD's <command>make</command>.
189189
</para>
190-
191-
<para>
192-
More information about the FreeBSD documentation tools can be
193-
found in the <ulink url="http://www.freebsd.org/doc/en_US.ISO8859-1/books/fdp-primer/tools.html">
194-
FreeBSD Documentation Project's instructions</ulink>.
195-
</para>
196190
</sect2>
197191

198192
<sect2>
@@ -276,7 +270,7 @@ checking for fop... fop
276270

277271
<para>
278272
To produce HTML documentation with the stylesheet used on <ulink
279-
url="https://www.postgresql.org/docs/current">postgresql.org</ulink> instead of the
273+
url="https://www.postgresql.org/docs/current/">postgresql.org</ulink> instead of the
280274
default simple style use:
281275
<screen>
282276
<prompt>doc/src/sgml$ </prompt><userinput>make STYLE=website html</userinput>

doc/src/sgml/external-projects.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<entry>DBD::Pg</entry>
6666
<entry>Perl</entry>
6767
<entry>Perl DBI driver</entry>
68-
<entry><ulink url="https://metacpan.org/release/DBD-Pg/"></ulink></entry>
68+
<entry><ulink url="https://metacpan.org/release/DBD-Pg"></ulink></entry>
6969
</row>
7070

7171
<row>
@@ -107,7 +107,7 @@
107107
<entry>pgtclng</entry>
108108
<entry>Tcl</entry>
109109
<entry></entry>
110-
<entry><ulink url="http://sourceforge.net/projects/pgtclng/"></ulink></entry>
110+
<entry><ulink url="https://sourceforge.net/projects/pgtclng/"></ulink></entry>
111111
</row>
112112

113113
<row>
@@ -146,7 +146,7 @@
146146
<para>
147147
There are several administration tools available for
148148
<productname>PostgreSQL</productname>. The most popular is
149-
<application><ulink url="http://www.pgadmin.org/">pgAdmin</ulink></application>,
149+
<application><ulink url="https://www.pgadmin.org/">pgAdmin</ulink></application>,
150150
and there are several commercially available ones as well.
151151
</para>
152152
</sect1>

doc/src/sgml/history.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@
6464
<productname>POSTGRES</productname> has also been used as an
6565
educational tool at several universities. Finally, Illustra
6666
Information Technologies (later merged into
67-
<ulink url="http://www.informix.com/"><productname>Informix</productname></ulink>,
67+
<ulink url="https://www.ibm.com/analytics/informix"><productname>Informix</productname></ulink>,
6868
which is now owned by <ulink
69-
url="http://www.ibm.com/">IBM</ulink>) picked up the code and
69+
url="https://www.ibm.com/">IBM</ulink>) picked up the code and
7070
commercialized it. In late 1992,
7171
<productname>POSTGRES</productname> became the primary data manager
7272
for the

doc/src/sgml/install-windows.sgml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ $ENV{MSBFLAGS}="/m";
182182
ActiveState Perl is required to run the build generation scripts. MinGW
183183
or Cygwin Perl will not work. It must also be present in the PATH.
184184
Binaries can be downloaded from
185-
<ulink url="http://www.activestate.com"></ulink>
185+
<ulink url="https://www.activestate.com"></ulink>
186186
(Note: version 5.8.3 or later is required,
187187
the free Standard Distribution is sufficient).
188188
</para></listitem>
@@ -296,7 +296,7 @@ $ENV{MSBFLAGS}="/m";
296296
<term><productname>OpenSSL</productname></term>
297297
<listitem><para>
298298
Required for SSL support. Binaries can be downloaded from
299-
<ulink url="http://www.slproweb.com/products/Win32OpenSSL.html"></ulink>
299+
<ulink url="https://slproweb.com/products/Win32OpenSSL.html"></ulink>
300300
or source from <ulink url="https://www.openssl.org"></ulink>.
301301
</para></listitem>
302302
</varlistentry>
@@ -314,7 +314,7 @@ $ENV{MSBFLAGS}="/m";
314314
<term><productname>Python</productname></term>
315315
<listitem><para>
316316
Required for building <application>PL/Python</application>. Binaries can
317-
be downloaded from <ulink url="http://www.python.org"></ulink>.
317+
be downloaded from <ulink url="https://www.python.org"></ulink>.
318318
</para></listitem>
319319
</varlistentry>
320320

@@ -473,7 +473,7 @@ $ENV{CONFIG}="Debug";
473473
ActiveState Perl installation, nor in the ActiveState Perl Package
474474
Manager (PPM) library. To install, download the
475475
<filename>IPC-Run-&lt;version&gt;.tar.gz</filename> source archive from CPAN,
476-
at <ulink url="https://metacpan.org/release/IPC-Run/"></ulink>, and
476+
at <ulink url="https://metacpan.org/release/IPC-Run"></ulink>, and
477477
uncompress. Edit the <filename>buildenv.pl</filename> file, and add a PERL5LIB
478478
variable to point to the <filename>lib</filename> subdirectory from the
479479
extracted archive. For example:
@@ -498,7 +498,7 @@ $ENV{PERL5LIB}=$ENV{PERL5LIB} . ';c:\IPC-Run-0.94\lib';
498498
<term>OpenJade 1.3.1-2</term>
499499
<listitem><para>
500500
Download from
501-
<ulink url="http://sourceforge.net/projects/openjade/files/openjade/1.3.1/openjade-1_3_1-2-bin.zip/download"></ulink>
501+
<ulink url="https://sourceforge.net/projects/openjade/files/openjade/1.3.1/openjade-1_3_1-2-bin.zip/download"></ulink>
502502
and uncompress in the subdirectory <filename>openjade-1.3.1</filename>.
503503
</para></listitem>
504504
</varlistentry>
@@ -507,7 +507,7 @@ $ENV{PERL5LIB}=$ENV{PERL5LIB} . ';c:\IPC-Run-0.94\lib';
507507
<term>DocBook DTD 4.2</term>
508508
<listitem><para>
509509
Download from
510-
<ulink url="http://www.oasis-open.org/docbook/sgml/4.2/docbook-4.2.zip"></ulink>
510+
<ulink url="https://www.oasis-open.org/docbook/sgml/4.2/docbook-4.2.zip"></ulink>
511511
and uncompress in the subdirectory <filename>docbook</filename>.
512512
</para></listitem>
513513
</varlistentry>
@@ -516,7 +516,7 @@ $ENV{PERL5LIB}=$ENV{PERL5LIB} . ';c:\IPC-Run-0.94\lib';
516516
<term>ISO character entities</term>
517517
<listitem><para>
518518
Download from
519-
<ulink url="http://www.oasis-open.org/cover/ISOEnts.zip"></ulink> and
519+
<ulink url="https://www.oasis-open.org/cover/ISOEnts.zip"></ulink> and
520520
uncompress in the subdirectory <filename>docbook</filename>.
521521
</para></listitem>
522522
</varlistentry>

doc/src/sgml/installation.sgml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ su - postgres
316316
<para>
317317
If you need to get a <acronym>GNU</acronym> package, you can find
318318
it at your local <acronym>GNU</acronym> mirror site (see <ulink
319-
url="http://www.gnu.org/order/ftp.html"></ulink>
319+
url="https://www.gnu.org/prep/ftp"></ulink>
320320
for a list) or at <ulink
321321
url="ftp://ftp.gnu.org/gnu/"></ulink>.
322322
</para>
@@ -1805,7 +1805,7 @@ setenv LD_LIBRARY_PATH /usr/local/pgsql/lib
18051805
<filename>/etc/profile</filename> or <filename>~/.bash_profile</filename>. Some
18061806
good information about the caveats associated with this method can
18071807
be found at <ulink
1808-
url="http://xahlee.org/UnixResource_dir/_/ldpath.html"></ulink>.
1808+
url="http://xahlee.info/UnixResource_dir/_/ldpath.html"></ulink>.
18091809
</para>
18101810

18111811
<para>
@@ -2534,7 +2534,7 @@ PHSS_30849 s700_800 u2comp/be/plugin library Patch
25342534

25352535
<para>
25362536
To build 64 bit binaries using MinGW, install the 64 bit tool set
2537-
from <ulink url="http://mingw-w64.sourceforge.net/"></ulink>, put its bin
2537+
from <ulink url="https://mingw-w64.org/"></ulink>, put its bin
25382538
directory in the <envar>PATH</envar>, and run
25392539
<command>configure</command> with the
25402540
<command>--host=x86_64-w64-mingw32</command> option.
@@ -2593,14 +2593,14 @@ PHSS_30849 s700_800 u2comp/be/plugin library Patch
25932593

25942594
<para>
25952595
You can download Sun Studio
2596-
from <ulink url="http://www.oracle.com/technetwork/server-storage/solarisstudio/downloads/"></ulink>.
2596+
from <ulink url="https://www.oracle.com/technetwork/server-storage/solarisstudio/downloads/"></ulink>.
25972597
Many of GNU tools are integrated into Solaris 10, or they are
25982598
present on the Solaris companion CD. If you like packages for
25992599
older version of Solaris, you can find these tools
26002600
at <ulink url="http://www.sunfreeware.com"></ulink>.
26012601
If you prefer
26022602
sources, look
2603-
at <ulink url="http://www.gnu.org/order/ftp.html"></ulink>.
2603+
at <ulink url="https://www.gnu.org/prep/ftp"></ulink>.
26042604
</para>
26052605
</sect3>
26062606

doc/src/sgml/isn.sgml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -355,19 +355,19 @@ SELECT isbn13(id) FROM test;
355355
The information to implement this module was collected from
356356
several sites, including:
357357
<itemizedlist>
358-
<listitem><para><ulink url="http://www.isbn-international.org/"></ulink></para></listitem>
358+
<listitem><para><ulink url="https://www.isbn-international.org/"></ulink></para></listitem>
359359
<listitem><para><ulink url="http://www.issn.org/"></ulink></para></listitem>
360-
<listitem><para><ulink url="http://www.ismn-international.org/"></ulink></para></listitem>
361-
<listitem><para><ulink url="http://www.wikipedia.org/"></ulink></para></listitem>
360+
<listitem><para><ulink url="https://www.ismn-international.org/"></ulink></para></listitem>
361+
<listitem><para><ulink url="https://www.wikipedia.org/"></ulink></para></listitem>
362362
</itemizedlist>
363363

364364
The prefixes used for hyphenation were also compiled from:
365365
<itemizedlist>
366-
<listitem><para><ulink url="http://www.gs1.org/productssolutions/idkeys/support/prefix_list.html"></ulink></para></listitem>
367-
<listitem><para><ulink url="http://en.wikipedia.org/wiki/List_of_ISBN_identifier_groups"></ulink></para></listitem>
366+
<listitem><para><ulink url="https://www.gs1.org/standards/id-keys"></ulink></para></listitem>
367+
<listitem><para><ulink url="https://en.wikipedia.org/wiki/List_of_ISBN_identifier_groups"></ulink></para></listitem>
368368
<listitem><para><ulink url="https://www.isbn-international.org/content/isbn-users-manual"></ulink></para></listitem>
369-
<listitem><para><ulink url="http://en.wikipedia.org/wiki/International_Standard_Music_Number"></ulink></para></listitem>
370-
<listitem><para><ulink url="http://www.ismn-international.org/ranges.html"></ulink></para></listitem>
369+
<listitem><para><ulink url="https://en.wikipedia.org/wiki/International_Standard_Music_Number"></ulink></para></listitem>
370+
<listitem><para><ulink url="https://www.ismn-international.org/ranges.html"></ulink></para></listitem>
371371
</itemizedlist>
372372

373373
Care was taken during the creation of the algorithms and they

doc/src/sgml/nls.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ msgstr "another translated"
153153
can also be named
154154
<filename><replaceable>language</replaceable>_<replaceable>region</replaceable>.po</filename>
155155
where <replaceable>region</replaceable> is the
156-
<ulink url="http://www.iso.org/iso/country_names_and_code_elements">
156+
<ulink url="https://www.iso.org/iso-3166-country-codes.html">
157157
ISO 3166-1 two-letter country code (in upper case)</ulink>,
158158
e.g.,
159159
<filename>pt_BR.po</filename> for Portuguese in Brazil. If you

0 commit comments

Comments
 (0)