From e924eea24f6d9b635a4b3370d90bb1ce7869b944 Mon Sep 17 00:00:00 2001 From: Jason Madden Date: Sat, 16 Dec 2017 06:11:06 -0600 Subject: Replace pypip.in badge (that doesn't work) with shields.io badge (that does) --- README.rst | 23 ++++++++++++++--------- 1 file 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. - -- cgit v1.2.1