From 935d330b6855470a0e44f6474f778859a2e5542f Mon Sep 17 00:00:00 2001 From: Tim Swast Date: Sun, 10 Apr 2016 08:48:09 -0700 Subject: [PATCH] Change links for Babel to new docs location. (#562) --- docs/extensions.rst | 2 +- docs/integration.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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/ -- 2.47.2