summaryrefslogtreecommitdiff
path: root/docs/narr
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2016-02-29 12:48:09 -0600
committerMichael Merickel <michael@merickel.org>2016-02-29 12:48:09 -0600
commita79bac6697fa312cd1ba0ac4e784bbc820c5e603 (patch)
tree9f7098358c01622fcae8fbe8a318f6484e5d3c8b /docs/narr
parent0c185a3f7bd717845b7e5a00bd0d7a267be582b6 (diff)
parentcb98a90c3dcc40dc42813143a601ef631249f5f4 (diff)
downloadpyramid-a79bac6697fa312cd1ba0ac4e784bbc820c5e603.tar.gz
pyramid-a79bac6697fa312cd1ba0ac4e784bbc820c5e603.tar.bz2
pyramid-a79bac6697fa312cd1ba0ac4e784bbc820c5e603.zip
Merge branch 'master' into feature/alchemy-scaffold-update
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