diff options
author | Bruce Momjian | 2007-11-14 03:39:17 +0000 |
---|---|---|
committer | Bruce Momjian | 2007-11-14 03:39:17 +0000 |
commit | 4ba85c1e240dcbf542acbd1f923d6634adb5318f (patch) | |
tree | 41971832f5178928c001bc61e3d4241de2438bb5 | |
parent | 2d7090bc56164a07bc4c9f4cde4357b1e96f5618 (diff) |
Reference pgfoundry instead of gborg.
-rw-r--r-- | doc/FAQ_DEV | 6 | ||||
-rw-r--r-- | doc/src/FAQ/FAQ_DEV.html | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/doc/FAQ_DEV b/doc/FAQ_DEV index 3463aed6279..9d408b6c084 100644 --- a/doc/FAQ_DEV +++ b/doc/FAQ_DEV @@ -1,7 +1,7 @@ Developer's Frequently Asked Questions (FAQ) for PostgreSQL - Last updated: Fri Oct 26 15:08:39 EDT 2007 + Last updated: Tue Nov 13 22:39:08 EST 2007 Current maintainer: Bruce Momjian ([email protected]) @@ -585,9 +585,7 @@ General Questions PostgreSQL website development is discussed on the [email protected] mailing list. The is a project page where the - source code is available at - http://gborg.postgresql.org/project/pgweb/projdisplay.php , the code - for the next version of the website is under the "portal" module. + source code is available at http://pgfoundry.org/projects/pgweb. 1.20) Why haven't you replaced CVS with SVN, Git, Monotone, VSS, <insert your favorite SCMS here>? diff --git a/doc/src/FAQ/FAQ_DEV.html b/doc/src/FAQ/FAQ_DEV.html index 09f5628aee1..63d72f39fcd 100644 --- a/doc/src/FAQ/FAQ_DEV.html +++ b/doc/src/FAQ/FAQ_DEV.html @@ -13,7 +13,7 @@ <H1>Developer's Frequently Asked Questions (FAQ) for PostgreSQL</H1> - <P>Last updated: Fri Oct 26 15:08:39 EDT 2007</P> + <P>Last updated: Tue Nov 13 22:39:08 EST 2007</P> <P>Current maintainer: Bruce Momjian (<A href= "mailto:[email protected]">[email protected]</A>)<BR> @@ -728,9 +728,7 @@ <P>PostgreSQL website development is discussed on the [email protected] mailing list. The is a project page where the source code is available at <A href= - "http://gborg.postgresql.org/project/pgweb/projdisplay.php">http://gborg.postgresql.org/project/pgweb/projdisplay.php</A> - , the code for the next version of the website is under the - "portal" module.</P> + "http://pgfoundry.org/projects/pgweb">http://pgfoundry.org/projects/pgweb</A>.</P> <H3 id="item1.20">1.20) Why haven't you replaced CVS with SVN, Git, Monotone, VSS, <insert your favorite SCMS here>?</H3> |