diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-11-30 04:56:47 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-11-30 04:56:47 +0000 |
commit | 24a1a6a5d9b6489bb35efe2e44a4ae54c8f6570f (patch) | |
tree | 170e5dc8a9bbf116d6a625489d4e4052f769dca3 | |
parent | db032b27199f2c3620d8ca7d3c22b5d2b9b36472 (diff) | |
download | postgresql-24a1a6a5d9b6489bb35efe2e44a4ae54c8f6570f.tar.gz postgresql-24a1a6a5d9b6489bb35efe2e44a4ae54c8f6570f.zip |
Fix URL.
-rw-r--r-- | doc/FAQ_DEV | 2 | ||||
-rw-r--r-- | doc/src/FAQ/FAQ_DEV.html | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/FAQ_DEV b/doc/FAQ_DEV index 65d478471a4..cbed280b6cb 100644 --- a/doc/FAQ_DEV +++ b/doc/FAQ_DEV @@ -1,7 +1,7 @@ Developer's Frequently Asked Questions (FAQ) for PostgreSQL - Last updated: Wed Oct 29 21:40:18 EST 2003 + Last updated: Sat Nov 29 23:56:43 EST 2003 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) diff --git a/doc/src/FAQ/FAQ_DEV.html b/doc/src/FAQ/FAQ_DEV.html index 64037ff5cda..538d4d1b08d 100644 --- a/doc/src/FAQ/FAQ_DEV.html +++ b/doc/src/FAQ/FAQ_DEV.html @@ -12,7 +12,7 @@ <H1>Developer's Frequently Asked Questions (FAQ) for PostgreSQL</H1> - <P>Last updated: Wed Oct 29 21:40:18 EST 2003</P> + <P>Last updated: Sat Nov 29 23:56:43 EST 2003</P> <P>Current maintainer: Bruce Momjian (<A href= "mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR> @@ -89,7 +89,7 @@ <B>What development environment (OS, system, compilers, etc) is required to develop code?</B> - <P><A href="http://developers.postgresql.org">Developers Corner</A> on the + <P><A href="http://developer.postgresql.org">Developers Corner</A> on the website has links to this information. The distribution tarball itself includes all the extra tools and documents that go beyond a good Unix-like development environment. In general, a modern unix |