Update bad URL's with good ones.
authorBruce Momjian <[email protected]>
Tue, 8 Jan 2002 05:39:26 +0000 (05:39 +0000)
committerBruce Momjian <[email protected]>
Tue, 8 Jan 2002 05:39:26 +0000 (05:39 +0000)
doc/src/sgml/docguide.sgml
doc/src/sgml/geqo.sgml
doc/src/sgml/plperl.sgml

index 7d9fb0c5f2ac58aeaf360329a62b14a47a29819c..8cac7b671cdcd4c928d65e83e1b88d4be39d92ed 100644 (file)
@@ -278,7 +278,7 @@ CATALOG "/usr/local/share/sgml/docbook/3.1/catalog"
    <para>
     More information about the FreeBSD documentation tools can be
     found in the <ulink
-    url="http://www.freebsd.org/tutorials/docproj-primer/tools.html">FreeBSD
+    url="http://www.freebsd.org/doc/en_US.ISO8859-1/books/fdp-primer/index.html">FreeBSD
     Documentation Project's instructions</ulink>.
    </para>
   </sect2>
index 40da486499218e96142273ff7e15db863d84b2b2..a7faf91b778faa9f0f56d983ea1a760087144ab5 100644 (file)
@@ -290,7 +290,31 @@ Genetic Optimizer
        <para>
        FAQ in <ulink url="news://comp.ai.genetic">comp.ai.genetic</ulink>
        is available at <ulink
-        url="ftp://ftp.Germany.EU.net/pub/research/softcomp/EC/Welcome.html">Encore</ulink>.
+       url="http://surf.de.uu.net/encore/www/">here</ulink>.
+       </para>
+      </abstract>
+     </bookbiblio>
+
+     <bookbiblio>
+      <title>
+       Evolutionary Computation and its application to art and design
+
+      </title>
+      <authorgroup>
+       <author>
+       <firstname>Craig</firstname>
+       <surname>Reynolds</surname>
+       </author>
+      </authorgroup>
+      <publisher>
+       <publishername>
+       InterNet resource
+       </publishername>
+      </publisher>
+      <abstract>
+       <para>
+       The URL is <ulink
+       url="http://www.red3d.com/cwr/evolve.html">here</ulink>.
        </para>
       </abstract>
      </bookbiblio>
index ed7367ff92b539a0a11b188e3064d2f2b1115797..744388c547acaf2db07c2c7bc0ce94ecfc298ea2 100644 (file)
@@ -180,7 +180,7 @@ CREATE FUNCTION badfunc() RETURNS integer AS '
   <para>
    Access to database itself from your Perl function can be done via
    an experimental module <ulink
-   url="http://www.formenos.org/PgSPI/"><literal>DBD::PgSPI</literal></ulink>
+   url="http://cpan.digisle.net/authors/id/A/AP/APILOS/"><literal>DBD::PgSPI</literal></ulink>
    (also on <ulink url="http://www.cpan.org">CPAN</ulink>). This
    module makes available a <acronym>DBI</>-compliant database-handle
    named <varname>$pg_dbh</varname>, and you can use that to perform