Update URL's to point to new site main location.
authorBruce Momjian
Wed, 5 Jan 2005 22:37:28 +0000 (22:37 +0000)
committerBruce Momjian
Wed, 5 Jan 2005 22:37:28 +0000 (22:37 +0000)
doc/FAQ_DEV
doc/src/FAQ/FAQ_DEV.html

index 7c85907cd2331f0916ee05d5df28a674319b6fc8..37169e479b527d700e8550babab852e591c951aa 100644 (file)
@@ -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 ([email protected])
    
   
    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?
   
index 03cc56ebb54e32141014158949dad55ec17a7899..c43dc78af4934aec08b1f198e143cf83626cd55b 100644 (file)
@@ -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 (

     

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">
+    http://developer.postgresql.org/todo.php.
     
 
     

You can learn more about these features by consulting the

 
     

Other than documentation in the source tree itself, you can find

     some papers/presentations discussing the code at 
-    "http://developer.postgresql.org">http://developer.postgresql.org.

+    "http://www.postgresql.org/developer">
+    http://www.postgresql.org/developer.

 
     

1.6) I've developed a patch, what next?

 
     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">
+    http://developer.postgresql.org/docs/postgres/cvs.html.

 
     

1.8) How do I test my changes?