summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Madden <jamadden@gmail.com>2017-12-16 06:11:06 -0600
committerJason Madden <jamadden@gmail.com>2017-12-16 06:11:06 -0600
commite924eea24f6d9b635a4b3370d90bb1ce7869b944 (patch)
tree456cc41630b15e206abd252f79af72b70d80a32f
parent75fb6121a1a5830b48e561f81dac6560388a10ac (diff)
downloadzope-i18n-e924eea24f6d9b635a4b3370d90bb1ce7869b944.tar.gz
Replace pypip.in badge (that doesn't work) with shields.io badge (that does)
-rw-r--r--README.rst23
1 files changed, 14 insertions, 9 deletions
diff --git a/README.rst b/README.rst
index 175b4b4..a021716 100644
--- a/README.rst
+++ b/README.rst
@@ -1,16 +1,22 @@
-``zope.i18n``
-=============
+zope.i18n
+=========
-.. image:: https://pypip.in/version/zope.i18n/badge.svg?style=flat
- :target: https://pypi.python.org/pypi/zope.i18n/
- :alt: Latest Version
+
+.. image:: https://img.shields.io/pypi/v/zope.i18n.svg
+ :target: https://pypi.org/project/zope.i18n/
+ :alt: Latest release
+
+.. image:: https://img.shields.io/pypi/pyversions/zope.i18n.svg
+ :target: https://pypi.org/project/zope.i18n/
+ :alt: Supported Python versions
.. image:: https://travis-ci.org/zopefoundation/zope.i18n.svg?branch=master
:target: https://travis-ci.org/zopefoundation/zope.i18n
-.. image:: https://readthedocs.org/projects/zopei18n/badge/?version=latest
- :target: http://zopei18n.readthedocs.org/en/latest/
- :alt: Documentation Status
+.. image:: https://readthedocs.org/projects/zopeintid/badge/?version=latest
+ :target: http://zopeintid.readthedocs.io/en/latest/?badge=latest
+ :alt: Documentation Status
+
This package implements several APIs related to internationalization and
localization.
@@ -22,4 +28,3 @@ localization.
* Locale discovery for Web-based requests.
.. See ``docs/index.rst`` for the documentation.
-