diff --git a/README.rst b/README.rst index 6bb99beb..170e2e3a 100644 --- a/README.rst +++ b/README.rst @@ -1,8 +1,15 @@ Gunicorn -------- -.. image:: - https://secure.travis-ci.org/benoitc/gunicorn.png?branch=master +.. image:: https://img.shields.io/pypi/v/gunicorn.svg?style=flat + :alt: PyPI version + :target: https://pypi.python.org/pypi/gunicorn + +.. image:: https://img.shields.io/pypi/pyversions/gunicorn.svg + :alt: Supported Python versions + :target: https://pypi.python.org/pypi/gunicorn + +.. image:: https://travis-ci.org/benoitc/gunicorn.svg?branch=master :alt: Build Status :target: https://travis-ci.org/benoitc/gunicorn @@ -51,7 +58,7 @@ License Gunicorn is released under the MIT License. See the LICENSE_ file for more details. -.. _Unicorn: http://unicorn.bogomips.org/ -.. _`#gunicorn`: http://webchat.freenode.net/?channels=gunicorn -.. _Freenode: http://freenode.net -.. _LICENSE: http://github.com/benoitc/gunicorn/blob/master/LICENSE +.. _Unicorn: https://bogomips.org/unicorn/ +.. _`#gunicorn`: https://webchat.freenode.net/?channels=gunicorn +.. _Freenode: https://freenode.net/ +.. _LICENSE: https://github.com/benoitc/gunicorn/blob/master/LICENSE