inveniosoftware / license-changer

Scripts for automating license change for Invenio.
Other
1 stars 6 forks source link

Update badges in README.rst #6

Closed lnielsen closed 6 years ago

lnielsen commented 6 years ago

The badges in README.rst needs to be updated:

Example from Invenio-Indexer.

From:

.. image:: https://img.shields.io/travis/inveniosoftware/invenio-indexer.svg
        :target: https://travis-ci.org/inveniosoftware/invenio-indexer

.. image:: https://img.shields.io/coveralls/inveniosoftware/invenio-indexer.svg
        :target: https://coveralls.io/r/inveniosoftware/invenio-indexer

.. image:: https://img.shields.io/github/tag/inveniosoftware/invenio-indexer.svg
        :target: https://github.com/inveniosoftware/invenio-indexer/releases

.. image:: https://img.shields.io/pypi/dm/invenio-indexer.svg
        :target: https://pypi.python.org/pypi/invenio-indexer

.. image:: https://img.shields.io/github/license/inveniosoftware/invenio-indexer.svg
        :target: https://github.com/inveniosoftware/invenio-indexer/blob/master/LICENSE

To:

.. image:: https://img.shields.io/travis/inveniosoftware/invenio-indexer.svg
        :target: https://travis-ci.org/inveniosoftware/invenio-indexer

.. image:: https://img.shields.io/coveralls/inveniosoftware/invenio-indexer.svg
        :target: https://coveralls.io/r/inveniosoftware/invenio-indexer

.. image:: https://img.shields.io/pypi/v/invenio-indexer.svg
        :target: https://pypi.org/pypi/invenio-indexer
krzysztof commented 6 years ago

Done