summaryrefslogtreecommitdiff
path: root/docs/narr
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2016-02-20 19:09:34 -0800
committerSteve Piercy <web@stevepiercy.com>2016-02-20 19:09:34 -0800
commit8d212aac349c381fa20c2c8927acdaf4873e394e (patch)
treed65ae2ca4429e2bf902a4a8404205f22d9447dd1 /docs/narr
parentf1717e5754264abc50f43730ad451a7dce1624b3 (diff)
downloadpyramid-8d212aac349c381fa20c2c8927acdaf4873e394e.tar.gz
pyramid-8d212aac349c381fa20c2c8927acdaf4873e394e.tar.bz2
pyramid-8d212aac349c381fa20c2c8927acdaf4873e394e.zip
fix links for babel and chameleon
Diffstat (limited to 'docs/narr')
-rw-r--r--docs/narr/i18n.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/narr/i18n.rst b/docs/narr/i18n.rst
index ecc48aa2b..839a48df4 100644
--- a/docs/narr/i18n.rst
+++ b/docs/narr/i18n.rst
@@ -585,10 +585,10 @@ Performing Date Formatting and Currency Formatting
:app:`Pyramid` does not itself perform date and currency formatting for
different locales. However, :term:`Babel` can help you do this via the
:class:`babel.core.Locale` class. The `Babel documentation for this class
-<http://babel.edgewall.org/wiki/ApiDocs/babel.core#babel.core:Locale>`_
-provides minimal information about how to perform date and currency related
-locale operations. See :ref:`installing_babel` for information about how to
-install Babel.
+<http://babel.pocoo.org/en/latest/api/core.html#basic-interface>`_ provides
+minimal information about how to perform date and currency related locale
+operations. See :ref:`installing_babel` for information about how to install
+Babel.
The :class:`babel.core.Locale` class requires a :term:`locale name` as an
argument to its constructor. You can use :app:`Pyramid` APIs to obtain the