From: Tim Swast Date: Sun, 10 Apr 2016 15:48:09 +0000 (-0700) Subject: Change links for Babel to new docs location. (#562) X-Git-Tag: 2.9~27^2~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=935d330b6855470a0e44f6474f778859a2e5542f;p=thirdparty%2Fjinja.git Change links for Babel to new docs location. (#562) --- diff --git a/docs/extensions.rst b/docs/extensions.rst index 0825fd4f..afdfb002 100644 --- a/docs/extensions.rst +++ b/docs/extensions.rst @@ -107,7 +107,7 @@ The usage of the `i18n` extension for template designers is covered as part :ref:`of the template documentation `. .. _gettext: http://docs.python.org/dev/library/gettext -.. _Babel: http://babel.edgewall.org/ +.. _Babel: http://babel.pocoo.org/ .. _newstyle-gettext: diff --git a/docs/integration.rst b/docs/integration.rst index 25f4abae..bc9e81f7 100644 --- a/docs/integration.rst +++ b/docs/integration.rst @@ -50,7 +50,7 @@ automatically. want that behavior you can add ``silent=false`` to the settings and exceptions are propagated. -.. _mapping file: http://babel.edgewall.org/wiki/Documentation/messages.html#extraction-method-mapping-and-configuration +.. _mapping file: http://babel.pocoo.org/en/latest/messages.html#extraction-method-mapping-and-configuration Pylons ------ @@ -97,5 +97,5 @@ The first one for text based templates, the latter for HTML templates. Copy the files into your `syntax` folder. -.. _Babel: http://babel.edgewall.org/ +.. _Babel: http://babel.pocoo.org/ .. _Vim: http://www.vim.org/