Skip to content

Commit cc9ae0b

Browse files
committed
Update bad URL's with good ones.
1 parent f88aa2d commit cc9ae0b

File tree

3 files changed

+30
-6
lines changed

3 files changed

+30
-6
lines changed

doc/src/sgml/docguide.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/docguide.sgml,v 1.37 2001/12/08 03:24:22 thomas Exp $ -->
1+
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/docguide.sgml,v 1.38 2002/01/08 05:39:26 momjian Exp $ -->
22

33
<appendix id="docguide">
44
<title>Documentation</title>
@@ -278,7 +278,7 @@ CATALOG "/usr/local/share/sgml/docbook/3.1/catalog"
278278
<para>
279279
More information about the FreeBSD documentation tools can be
280280
found in the <ulink
281-
url="http://www.freebsd.org/tutorials/docproj-primer/tools.html">FreeBSD
281+
url="http://www.freebsd.org/doc/en_US.ISO8859-1/books/fdp-primer/index.html">FreeBSD
282282
Documentation Project's instructions</ulink>.
283283
</para>
284284
</sect2>

doc/src/sgml/geqo.sgml

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/geqo.sgml,v 1.20 2001/11/21 05:53:41 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/geqo.sgml,v 1.21 2002/01/08 05:39:26 momjian Exp $
33
Genetic Optimizer
44
-->
55

@@ -290,7 +290,31 @@ Genetic Optimizer
290290
<para>
291291
FAQ in <ulink url="news://comp.ai.genetic">comp.ai.genetic</ulink>
292292
is available at <ulink
293-
url="ftp://ftp.Germany.EU.net/pub/research/softcomp/EC/Welcome.html">Encore</ulink>.
293+
url="http://surf.de.uu.net/encore/www/">here</ulink>.
294+
</para>
295+
</abstract>
296+
</bookbiblio>
297+
298+
<bookbiblio>
299+
<title>
300+
Evolutionary Computation and its application to art and design
301+
302+
</title>
303+
<authorgroup>
304+
<author>
305+
<firstname>Craig</firstname>
306+
<surname>Reynolds</surname>
307+
</author>
308+
</authorgroup>
309+
<publisher>
310+
<publishername>
311+
InterNet resource
312+
</publishername>
313+
</publisher>
314+
<abstract>
315+
<para>
316+
The URL is <ulink
317+
url="http://www.red3d.com/cwr/evolve.html">here</ulink>.
294318
</para>
295319
</abstract>
296320
</bookbiblio>

doc/src/sgml/plperl.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/plperl.sgml,v 2.12 2002/01/07 02:29:13 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/plperl.sgml,v 2.13 2002/01/08 05:39:26 momjian Exp $
33
-->
44

55
<chapter id="plperl">
@@ -180,7 +180,7 @@ CREATE FUNCTION badfunc() RETURNS integer AS '
180180
<para>
181181
Access to database itself from your Perl function can be done via
182182
an experimental module <ulink
183-
url="http://www.formenos.org/PgSPI/"><literal>DBD::PgSPI</literal></ulink>
183+
url="http://cpan.digisle.net/authors/id/A/AP/APILOS/"><literal>DBD::PgSPI</literal></ulink>
184184
(also on <ulink url="http://www.cpan.org">CPAN</ulink>). This
185185
module makes available a <acronym>DBI</>-compliant database-handle
186186
named <varname>$pg_dbh</varname>, and you can use that to perform

0 commit comments

Comments
 (0)