Update URLs.
authorBruce Momjian
Wed, 5 Jan 2005 17:42:09 +0000 (17:42 +0000)
committerBruce Momjian
Wed, 5 Jan 2005 17:42:09 +0000 (17:42 +0000)
doc/FAQ_DEV
doc/src/FAQ/FAQ_DEV.html

index 665e65ee9005e8bf964cb11b775f1897691844ad..b87dfd3d61d0dd5bf06e8c63d786c00bb713bd39 100644 (file)
@@ -6,7 +6,7 @@
    Current maintainer: Bruce Momjian ([email protected])
    
    The most recent version of this document can be viewed at
-   http://www.PostgreSQL.org/docs/faqs/FAQ_DEV.html.
+   http://www.postgresql.org/files/documentation/faqs/FAQ_DEV.html.
      _________________________________________________________________
    
                              General Questions
   
    Other than documentation in the source tree itself, you can find some
    papers/presentations discussing the code at
-   http://developers.postgresql.org.
+   http://developer.postgresql.org.
    
   1.6) I've developed a patch, what next?
   
@@ -666,7 +666,7 @@ typedef struct nameData
           a typical code snippet that loops through a List containing Var
           *'s and processes each one:
           
  List                *list;
+ List                *list;
     ListCell    *i;
 
     foreach(i, list)
index b2f2976e717928129050b3b73b4f70b8a49fc120..6554d11464f5428b39efd2851b349ce6dd21b3aa 100644 (file)
@@ -21,7 +21,7 @@
 
     

The most recent version of this document can be viewed at 

     href=
-    "http://www.PostgreSQL.org/docs/faqs/FAQ_DEV.html">http://www.PostgreSQL.org/docs/faqs/FAQ_DEV.html.

+    "http://www.postgresql.org/files/documentation/faqs/FAQ_DEV.html">http://www.postgresql.org/files/documentation/faqs/FAQ_DEV.html.

     
     
      
 
     

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

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

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

 
     

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