Skip to content

Commit a5f18e8

Browse files
committed
Doc: update or remove dead external links.
Re-point comp.ai.genetic FAQ link to a more stable address. Remove stale links to AIX documentation; we don't really need to tell AIX users how to use their systems. Remove stale links to HP documentation about SSL. We've had to update those twice before, making it increasingly obvious that HP does not intend them to be stable landing points. They're not particularly authoritative, either. (This change effectively reverts bbd3bdb.) Daniel Gustafsson and Álvaro Herrera, per a gripe from Kyotaro Horiguchi. Back-patch, since these links are just as dead in the back branches. Discussion: https://postgr.es/m/20200709.161226.204639179120026914.horikyota.ntt@gmail.com
1 parent ca5001a commit a5f18e8

File tree

4 files changed

+1
-63
lines changed

4 files changed

+1
-63
lines changed

doc/src/sgml/geqo.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@
304304
<itemizedlist>
305305
<listitem>
306306
<para>
307-
<ulink url="http://www.aip.de/~ast/EvolCompFAQ/">
307+
<ulink url="http://www.faqs.org/faqs/ai-faq/genetic/part1/">
308308
The Hitch-Hiker's Guide to Evolutionary Computation</ulink>, (FAQ for <ulink
309309
url="news://comp.ai.genetic"></ulink>)
310310
</para>

doc/src/sgml/installation.sgml

Lines changed: 0 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -2101,62 +2101,6 @@ ERROR: could not load library "/opt/dbs/pgsql/lib/plperl.so": Bad address
21012101
out-of-memory kill is configurable on a system- or process-wide
21022102
basis if this becomes a problem.
21032103
</para>
2104-
2105-
<bibliography>
2106-
<title>References and Resources</title>
2107-
2108-
<biblioentry>
2109-
<biblioset relation="article">
2110-
<title><ulink url="http://publib.boulder.ibm.com/infocenter/pseries/topic/com.ibm.aix.doc/aixprggd/genprogc/lrg_prg_support.htm">Large Program Support</ulink></title>
2111-
</biblioset>
2112-
<biblioset relation="book">
2113-
<title>AIX Documentation: General Programming Concepts: Writing and Debugging Programs</title>
2114-
</biblioset>
2115-
</biblioentry>
2116-
2117-
<biblioentry>
2118-
<biblioset relation="article">
2119-
<title><ulink url="http://publib.boulder.ibm.com/infocenter/pseries/topic/com.ibm.aix.doc/aixprggd/genprogc/address_space.htm">Program Address Space Overview</ulink></title>
2120-
</biblioset>
2121-
<biblioset relation="book">
2122-
<title>AIX Documentation: General Programming Concepts: Writing and Debugging Programs</title>
2123-
</biblioset>
2124-
</biblioentry>
2125-
2126-
<biblioentry>
2127-
<biblioset relation="article">
2128-
<title><ulink url="http://publib.boulder.ibm.com/infocenter/pseries/v5r3/topic/com.ibm.aix.doc/aixbman/prftungd/resmgmt2.htm">Performance Overview of the Virtual Memory Manager (VMM)</ulink></title>
2129-
</biblioset>
2130-
<biblioset relation="book">
2131-
<title>AIX Documentation: Performance Management Guide</title>
2132-
</biblioset>
2133-
</biblioentry>
2134-
2135-
<biblioentry>
2136-
<biblioset relation="article">
2137-
<title><ulink url="http://publib.boulder.ibm.com/infocenter/pseries/v5r3/topic/com.ibm.aix.doc/aixbman/prftungd/memperf7.htm">Page Space Allocation</ulink></title>
2138-
</biblioset>
2139-
<biblioset relation="book">
2140-
<title>AIX Documentation: Performance Management Guide</title>
2141-
</biblioset>
2142-
</biblioentry>
2143-
2144-
<biblioentry>
2145-
<biblioset relation="article">
2146-
<title><ulink url="http://publib.boulder.ibm.com/infocenter/pseries/v5r3/topic/com.ibm.aix.doc/aixbman/prftungd/memperf6.htm">Paging-space thresholds tuning</ulink></title>
2147-
</biblioset>
2148-
<biblioset relation="book">
2149-
<title>AIX Documentation: Performance Management Guide</title>
2150-
</biblioset>
2151-
</biblioentry>
2152-
2153-
<biblioentry>
2154-
<title><ulink url="http://www.redbooks.ibm.com/abstracts/sg245674.html?Open">Developing and Porting C and C++ Applications on AIX</ulink></title>
2155-
<publisher>
2156-
<publishername>IBM Redbook</publishername>
2157-
</publisher>
2158-
</biblioentry>
2159-
</bibliography>
21602104
</sect3>
21612105
</sect2>
21622106

doc/src/sgml/libpq.sgml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8227,9 +8227,6 @@ ldap://ldap.acme.com/cn=dbserver,cn=hosts?pgconnectinfo?base?(objectclass=*)
82278227
that the <literal>libssl</literal> and/or <literal>libcrypto</literal> libraries
82288228
have been initialized by your application, so that
82298229
<application>libpq</application> will not also initialize those libraries.
8230-
See <ulink
8231-
url="http://h41379.www4.hpe.com/doc/83final/ba554_90007/ch04.html"></ulink>
8232-
for details on the SSL API.
82338230
</para>
82348231

82358232
<para>

doc/src/sgml/runtime.sgml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2405,9 +2405,6 @@ pg_dumpall -p 5432 | psql -d postgres -p 5433
24052405
intermediate certificates were created with <literal>v3_ca</literal>
24062406
extensions). Certificate Revocation List (CRL) entries are also
24072407
checked if the parameter <xref linkend="guc-ssl-crl-file"/> is set.
2408-
(See <ulink
2409-
url="http://h41379.www4.hpe.com/doc/83final/ba554_90007/ch04s02.html"></ulink>
2410-
for diagrams showing SSL certificate usage.)
24112408
</para>
24122409

24132410
<para>

0 commit comments

Comments
 (0)