From 24a1a6a5d9b6489bb35efe2e44a4ae54c8f6570f Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Sun, 30 Nov 2003 04:56:47 +0000
Subject: [PATCH] Fix URL.

---
 doc/FAQ_DEV              | 2 +-
 doc/src/FAQ/FAQ_DEV.html | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/FAQ_DEV b/doc/FAQ_DEV
index 65d478471a4..cbed280b6cb 100644
--- a/doc/FAQ_DEV
+++ b/doc/FAQ_DEV
@@ -1,7 +1,7 @@
 
           Developer's Frequently Asked Questions (FAQ) for PostgreSQL
                                        
-   Last updated: Wed Oct 29 21:40:18 EST 2003
+   Last updated: Sat Nov 29 23:56:43 EST 2003
    
    Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
    
diff --git a/doc/src/FAQ/FAQ_DEV.html b/doc/src/FAQ/FAQ_DEV.html
index 64037ff5cda..538d4d1b08d 100644
--- a/doc/src/FAQ/FAQ_DEV.html
+++ b/doc/src/FAQ/FAQ_DEV.html
@@ -12,7 +12,7 @@
     <H1>Developer's Frequently Asked Questions (FAQ) for
     PostgreSQL</H1>
 
-    <P>Last updated: Wed Oct 29 21:40:18 EST 2003</P>
+    <P>Last updated: Sat Nov 29 23:56:43 EST 2003</P>
 
     <P>Current maintainer: Bruce Momjian (<A href=
     "mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR>
@@ -89,7 +89,7 @@
     <B>What development environment (OS, system, compilers, etc) is
     required to develop code?</B>
 
-    <P><A href="http://developers.postgresql.org">Developers Corner</A> on the
+    <P><A href="http://developer.postgresql.org">Developers Corner</A> on the
     website has links to this information. The distribution tarball
     itself includes all the extra tools and documents that go beyond a
     good Unix-like development environment. In general, a modern unix
-- 
GitLab