From b4b984bccf78f96605b573435b35ae9d3c60bd85 Mon Sep 17 00:00:00 2001
From: Bruce Momjian
Date: Wed, 5 Jan 2005 22:37:28 +0000
Subject: [PATCH] Update URL's to point to new site main location.
---
doc/FAQ_DEV | 4 ++--
doc/src/FAQ/FAQ_DEV.html | 11 +++++++----
2 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/doc/FAQ_DEV b/doc/FAQ_DEV
index 7c85907cd2..37169e479b 100644
--- a/doc/FAQ_DEV
+++ b/doc/FAQ_DEV
@@ -1,7 +1,7 @@
Developer's Frequently Asked Questions (FAQ) for PostgreSQL
- Last updated: Wed Jan 5 12:52:11 EST 2005
+ Last updated: Wed Jan 5 17:36:58 EST 2005
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -101,7 +101,7 @@
Other than documentation in the source tree itself, you can find some
papers/presentations discussing the code at
- http://developer.postgresql.org.
+ http://www.postgresql.org/developer.
1.6) I've developed a patch, what next?
diff --git a/doc/src/FAQ/FAQ_DEV.html b/doc/src/FAQ/FAQ_DEV.html
index 03cc56ebb5..c43dc78af4 100644
--- a/doc/src/FAQ/FAQ_DEV.html
+++ b/doc/src/FAQ/FAQ_DEV.html
@@ -13,7 +13,7 @@
Developer's Frequently Asked Questions (FAQ) for
PostgreSQL
- Last updated: Wed Jan 5 12:52:11 EST 2005
+ Last updated: Wed Jan 5 17:36:58 EST 2005
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -130,7 +130,8 @@
1.3) What areas need work?
Outstanding features are detailed in the TODO list. This is located
in doc/TODO in the source distribution or at http://developer.postgresql.org/todo.php.
+ "http://developer.postgresql.org/todo.php">
+ http://developer.postgresql.org/todo.php.
You can learn more about these features by consulting the
@@ -151,7 +152,8 @@
Other than documentation in the source tree itself, you can find
some papers/presentations discussing the code at http://developer.postgresql.org.
+ "http://www.postgresql.org/developer">
+ http://www.postgresql.org/developer.
1.6) I've developed a patch, what next?
@@ -182,7 +184,8 @@
access to our source code management system. The source tree is
currently hosted in CVS. For details of how to obtain the source
from CVS see http://developer.postgresql.org/docs/postgres/cvs.html.
+ "http://developer.postgresql.org/docs/postgres/cvs.html">
+ http://developer.postgresql.org/docs/postgres/cvs.html.
1.8) How do I test my changes?