]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Change links for Babel to new docs location. (#562)
authorTim Swast <swast@google.com>
Sun, 10 Apr 2016 15:48:09 +0000 (08:48 -0700)
committerDavid Lord <davidism@gmail.com>
Sun, 10 Apr 2016 15:48:09 +0000 (08:48 -0700)
docs/extensions.rst
docs/integration.rst

index 0825fd4f9b7343afefff38bab60c3bdaadfe6067..afdfb00231d9143cd980a3057c00c4ba7cfa64b8 100644 (file)
@@ -107,7 +107,7 @@ The usage of the `i18n` extension for template designers is covered as part
 :ref:`of the template documentation <i18n-in-templates>`.
 
 .. _gettext: http://docs.python.org/dev/library/gettext
-.. _Babel: http://babel.edgewall.org/
+.. _Babel: http://babel.pocoo.org/
 
 .. _newstyle-gettext:
 
index 25f4abae5e51efab3c4d43d2f9291ebe310982b9..bc9e81f73ea400fa7e6994d4c1031bed7a5182bb 100644 (file)
@@ -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/