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

Appearance settings

Commit a20535d

Browse filesBrowse 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 ce9d053 commit a20535d
Copy full SHA for a20535d

File tree

Expand file treeCollapse file tree

4 files changed

+1
-63
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+1
-63
lines changed

‎doc/src/sgml/geqo.sgml

Copy file name to clipboardExpand all lines: doc/src/sgml/geqo.sgml
+1-1Lines 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

Copy file name to clipboardExpand all lines: doc/src/sgml/installation.sgml
-56Lines changed: 0 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -2343,62 +2343,6 @@ createlang: language installation failed: ERROR: could not load library "/opt/d
23432343
out-of-memory kill is configurable on a system- or process-wide
23442344
basis if this becomes a problem.
23452345
</para>
2346-
2347-
<bibliography>
2348-
<title>References and Resources</title>
2349-
2350-
<biblioentry>
2351-
<biblioset relation="article">
2352-
<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>
2353-
</biblioset>
2354-
<biblioset relation="book">
2355-
<title>AIX Documentation: General Programming Concepts: Writing and Debugging Programs</title>
2356-
</biblioset>
2357-
</biblioentry>
2358-
2359-
<biblioentry>
2360-
<biblioset relation="article">
2361-
<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>
2362-
</biblioset>
2363-
<biblioset relation="book">
2364-
<title>AIX Documentation: General Programming Concepts: Writing and Debugging Programs</title>
2365-
</biblioset>
2366-
</biblioentry>
2367-
2368-
<biblioentry>
2369-
<biblioset relation="article">
2370-
<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>
2371-
</biblioset>
2372-
<biblioset relation="book">
2373-
<title>AIX Documentation: Performance Management Guide</title>
2374-
</biblioset>
2375-
</biblioentry>
2376-
2377-
<biblioentry>
2378-
<biblioset relation="article">
2379-
<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>
2380-
</biblioset>
2381-
<biblioset relation="book">
2382-
<title>AIX Documentation: Performance Management Guide</title>
2383-
</biblioset>
2384-
</biblioentry>
2385-
2386-
<biblioentry>
2387-
<biblioset relation="article">
2388-
<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>
2389-
</biblioset>
2390-
<biblioset relation="book">
2391-
<title>AIX Documentation: Performance Management Guide</title>
2392-
</biblioset>
2393-
</biblioentry>
2394-
2395-
<biblioentry>
2396-
<title><ulink url="http://www.redbooks.ibm.com/abstracts/sg245674.html?Open">Developing and Porting C and C++ Applications on AIX</ulink></title>
2397-
<publisher>
2398-
<publishername>IBM Redbook</publishername>
2399-
</publisher>
2400-
</biblioentry>
2401-
</bibliography>
24022346
</sect3>
24032347
</sect2>
24042348

‎doc/src/sgml/libpq.sgml

Copy file name to clipboardExpand all lines: doc/src/sgml/libpq.sgml
-3Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7703,9 +7703,6 @@ ldap://ldap.acme.com/cn=dbserver,cn=hosts?pgconnectinfo?base?(objectclass=*)
77037703
that the <literal>libssl</> and/or <literal>libcrypto</> libraries
77047704
have been initialized by your application, so that
77057705
<application>libpq</application> will not also initialize those libraries.
7706-
See <ulink
7707-
url="http://h41379.www4.hpe.com/doc/83final/ba554_90007/ch04.html"></ulink>
7708-
for details on the SSL API.
77097706
</para>
77107707

77117708
<para>

‎doc/src/sgml/runtime.sgml

Copy file name to clipboardExpand all lines: doc/src/sgml/runtime.sgml
-3Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2333,9 +2333,6 @@ pg_dumpall -p 5432 | psql -d postgres -p 5433
23332333
intermediate certificates were created with <literal>v3_ca</>
23342334
extensions). Certificate Revocation List (CRL) entries are also
23352335
checked if the parameter <xref linkend="guc-ssl-crl-file"> is set.
2336-
(See <ulink
2337-
url="http://h41379.www4.hpe.com/doc/83final/ba554_90007/ch04s02.html"></>
2338-
for diagrams showing SSL certificate usage.)
23392336
</para>
23402337

23412338
<para>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.