Update bad URL's with good ones.
authorBruce Momjian
Tue, 8 Jan 2002 05:39:26 +0000 (05:39 +0000)
committerBruce Momjian
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 734ea7351976d31a2843699b0be579693168fc08..a382e3eaaf07e8c74fe6d599c395a7ed4c17940f 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
  Documentation
@@ -278,7 +278,7 @@ CATALOG "/usr/local/share/sgml/docbook/3.1/catalog"
    
     More information about the FreeBSD documentation tools can be
     found in the 
-    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.
    
   
index 2810f578a81efc2ba23fb46d8a280944ea8fc350..95f99b11886d05860f482e4485612b036f27d498 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -290,7 +290,31 @@ Genetic Optimizer
        
    FAQ in comp.ai.genetic
    is available at 
-    url="ftp://ftp.Germany.EU.net/pub/research/softcomp/EC/Welcome.html">Encore.
+   url="http://surf.de.uu.net/encore/www/">here.
+       
+      
+     
+
+     
+      </div> <div class="diff add">+       Evolutionary Computation and its application to art and design</div> <div class="diff add">+</div> <div class="diff add">+      
+      
+       
+   Craig
+   Reynolds
+       
+      
+      
+       
+   InterNet resource
+       
+      
+      
+       
+   The URL is 
+   url="http://www.red3d.com/cwr/evolve.html">here.
        
       
      
index 6cf9e83069a8fd6c51e9892e7f6559d72253bb4b..a679c5de18940c51a8cf58b08714853e42ffd531 100644 (file)
@@ -1,5 +1,5 @@
 
 
 
@@ -180,7 +180,7 @@ CREATE FUNCTION badfunc() RETURNS integer AS '
   
    Access to database itself from your Perl function can be done via
    an experimental module 
-   url="http://www.formenos.org/PgSPI/">DBD::PgSPI
+   url="http://cpan.digisle.net/authors/id/A/AP/APILOS/">DBD::PgSPI
    (also on CPAN). This
    module makes available a DBI-compliant database-handle
    named $pg_dbh, and you can use that to perform