summaryrefslogtreecommitdiff
path: root/Doc/library/gettext.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-10-29 10:27:06 +0100
committerGeorg Brandl <georg@python.org>2014-10-29 10:27:06 +0100
commit9f4ba3f4822f0e489c2d8b1c8d4c4b176e03e21a (patch)
tree0260c917a9b86f7b6449371a851ba14118a55d6b /Doc/library/gettext.rst
parentd76ab20bb1aac5c3981435f0191fbd08fe0c8c19 (diff)
parent94a4f0453115642eebb24e4f70cb09ba50793a58 (diff)
downloadcpython-9f4ba3f4822f0e489c2d8b1c8d4c4b176e03e21a.tar.gz
merge with 3.4
Diffstat (limited to 'Doc/library/gettext.rst')
-rw-r--r--Doc/library/gettext.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/gettext.rst b/Doc/library/gettext.rst
index d2c6d74b2e..514cc5a989 100644
--- a/Doc/library/gettext.rst
+++ b/Doc/library/gettext.rst
@@ -460,7 +460,7 @@ translatable. `Babel <http://babel.pocoo.org/>`__ is a Python
internationalization library that includes a :file:`pybabel` script to
extract and compile message catalogs. François Pinard's program
called :program:`xpot` does a similar job and is available as part of
-his `po-utils package <http://po-utils.progiciels-bpi.ca/>`__.
+his `po-utils package <https://github.com/pinard/po-utils>`__.
(Python also includes pure-Python versions of these programs, called
:program:`pygettext.py` and :program:`msgfmt.py`; some Python distributions