Skip to content

Commit a7b30b9

Browse files
committed
Correct gettext URL.
1 parent 4041716 commit a7b30b9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

INSTALL

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ explained below.
125125
a program's messages in a language other than English, you need an
126126
implementation of the Gettext API. Some operating systems have this
127127
built-in (e.g., Linux, NetBSD, Solaris), for other systems you can
128-
download an add-on package from here: http://www.postgresql.org/~petere/
129-
gettext.html. If you are using the Gettext implementation in the GNU C
128+
download an add-on package from here: http://developer.postgresql.org/~petere/
129+
bsd-gettext/. If you are using the Gettext implementation in the GNU C
130130
library then you will additionally need the GNU Gettext package for some
131131
utility programs. For any of the other implementations you will not need
132132
it.

doc/src/sgml/installation.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.190 2003/12/23 18:13:17 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.191 2004/01/04 16:43:52 petere Exp $ -->
22

33
<chapter id="installation">
44
<title><![%standalone-include[<productname>PostgreSQL</>]]>
@@ -257,7 +257,7 @@ JAVACMD=$JAVA_HOME/bin/java
257257
class="osname">Linux</>, <systemitem class="osname">NetBSD</>,
258258
<systemitem class="osname">Solaris</>), for other systems you
259259
can download an add-on package from here: <ulink
260-
url="http://www.postgresql.org/~petere/gettext.html" ></ulink>.
260+
url="http://developer.postgresql.org/~petere/bsd-gettext/" ></ulink>.
261261
If you are using the <application>Gettext</> implementation in
262262
the <acronym>GNU</acronym> C library then you will additionally
263263
need the <productname>GNU Gettext</productname> package for some

0 commit comments

Comments
 (0)