Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a7ef12f

Browse files
committed
Update URLs.
1 parent 8c6147b commit a7ef12f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

doc/FAQ_DEV

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
77

88
The most recent version of this document can be viewed at
9-
http://www.PostgreSQL.org/docs/faqs/FAQ_DEV.html.
9+
http://www.postgresql.org/files/documentation/faqs/FAQ_DEV.html.
1010
_________________________________________________________________
1111

1212
General Questions
@@ -101,7 +101,7 @@
101101

102102
Other than documentation in the source tree itself, you can find some
103103
papers/presentations discussing the code at
104-
http://developers.postgresql.org.
104+
http://developer.postgresql.org.
105105

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

@@ -666,7 +666,7 @@ typedef struct nameData
666666
a typical code snippet that loops through a List containing Var
667667
*'s and processes each one:
668668

669-
List *list;
669+
List *list;
670670
ListCell *i;
671671

672672
foreach(i, list)

doc/src/FAQ/FAQ_DEV.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ <H1>Developer's Frequently Asked Questions (FAQ) for
2121

2222
<P>The most recent version of this document can be viewed at <A
2323
href=
24-
"http://www.PostgreSQL.org/docs/faqs/FAQ_DEV.html">http://www.PostgreSQL.org/docs/faqs/FAQ_DEV.html</A>.</P>
24+
"http://www.postgresql.org/files/documentation/faqs/FAQ_DEV.html">http://www.postgresql.org/files/documentation/faqs/FAQ_DEV.html</A>.</P>
2525
<HR>
2626
<BR>
2727

@@ -151,7 +151,7 @@ <H3><A name="1.5">1.5</A>) Where can I learn more about the
151151

152152
<P>Other than documentation in the source tree itself, you can find
153153
some papers/presentations discussing the code at <A href=
154-
"http://developers.postgresql.org">http://developers.postgresql.org</A>.</P>
154+
"http://developer.postgresql.org">http://developer.postgresql.org</A>.</P>
155155

156156
<H3><A name="1.6">1.6</A>) I've developed a patch, what next?</H3>
157157

0 commit comments

Comments
 (0)