diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2009-08-10 22:41:38 +0000 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2009-08-10 22:41:38 +0000 |
commit | 6c157684c75798c4089ff7f12ee138d95db77fc7 (patch) | |
tree | 443f4c0d524d950f9438b395b442bbc98b978459 | |
parent | 59ab8c6c738fa9ff21aaabf11503a649cb41ae59 (diff) | |
download | postgresql-6c157684c75798c4089ff7f12ee138d95db77fc7.tar.gz postgresql-6c157684c75798c4089ff7f12ee138d95db77fc7.zip |
Fix URL to "The Hitch-Hiker's Guide to Evolutionary Computation".
Per Andreas Wenk, Andres Freund and Rob Wultsh. Thanks, Robert Haas, for the
patch.
-rw-r--r-- | doc/src/sgml/geqo.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/geqo.sgml b/doc/src/sgml/geqo.sgml index 97961272a4a..8418467acb9 100644 --- a/doc/src/sgml/geqo.sgml +++ b/doc/src/sgml/geqo.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/geqo.sgml,v 1.41 2009/07/16 20:55:44 tgl Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/geqo.sgml,v 1.42 2009/08/10 22:41:38 alvherre Exp $ --> <chapter id="geqo"> <chapterinfo> @@ -328,7 +328,7 @@ <itemizedlist> <listitem> <para> - <ulink url="http://www.cs.bham.ac.uk/Mirrors/ftp.de.uu.net/EC/clife/www/location.htm"> + <ulink url="http://www.aip.de/~ast/EvolCompFAQ/"> The Hitch-Hiker's Guide to Evolutionary Computation</ulink>, (FAQ for <ulink url="news://comp.ai.genetic"></ulink>) </para> |