From 576853a79ab951b7fe4811bc16216a873cecf10f Mon Sep 17 00:00:00 2001 From: Bruce Momjian <bruce@momjian.us> Date: Sun, 30 Jan 2005 04:25:26 +0000 Subject: [PATCH] Fix ampersand in URL. --- doc/FAQ | 2 +- doc/src/FAQ/FAQ.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/FAQ b/doc/FAQ index 269a86447de..d0df99100c1 100644 --- a/doc/FAQ +++ b/doc/FAQ @@ -1,7 +1,7 @@ Frequently Asked Questions (FAQ) for PostgreSQL - Last updated: Sat Jan 29 23:20:03 EST 2005 + Last updated: Sat Jan 29 23:25:05 EST 2005 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html index d79d62c06e4..2b885074753 100644 --- a/doc/src/FAQ/FAQ.html +++ b/doc/src/FAQ/FAQ.html @@ -10,7 +10,7 @@ alink="#0000ff"> <H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1> - <P>Last updated: Sat Jan 29 23:20:03 EST 2005</P> + <P>Last updated: Sat Jan 29 23:25:05 EST 2005</P> <P>Current maintainer: Bruce Momjian (<A href= "mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR> @@ -225,8 +225,8 @@ <p>There is also a Novell Netware 6 port at <a href="http://forge.novell.com">http://forge.novell.com</a>, and an OS/2 (eComStation) version at <a href= - "http://hobbes.nmsu.edu/cgi-bin/h-search?sh=1&button=Search&key=postgreSQL&stype=all&sort=type&dir=%2F"> - http://hobbes.nmsu.edu/cgi-bin/h-search?sh=1&button=Search&key=postgreSQL&stype=all&sort=type&dir=%2F</a>.</p> + "http://hobbes.nmsu.edu/cgi-bin/h-search?sh=1&button=Search&key=postgreSQL&stype=all&sort=type&dir=%2F"> + http://hobbes.nmsu.edu/cgi-bin/h-search?sh=1&button=Search&key=postgreSQL&stype=all&sort=type&dir=%2F</a>.</p> <H4><A name="1.4">1.4</A>) Where can I get PostgreSQL?</H4> -- GitLab