diff --git a/README.rst b/README.rst index 44caee4..1056ea6 100644 --- a/README.rst +++ b/README.rst @@ -2,12 +2,13 @@ parso - A Python Parser ################################################################### -.. image:: https://secure.travis-ci.org/davidhalter/parso.png?branch=master - :target: http://travis-ci.org/davidhalter/parso - :alt: Travis-CI build status -.. image:: https://coveralls.io/repos/davidhalter/parso/badge.png?branch=master - :target: https://coveralls.io/r/davidhalter/parso +.. image:: https://travis-ci.org/davidhalter/parso.svg?branch=master + :target: https://travis-ci.org/davidhalter/parso + :alt: Travis CI build status + +.. image:: https://coveralls.io/repos/github/davidhalter/parso/badge.svg?branch=master + :target: https://coveralls.io/github/davidhalter/parso?branch=master :alt: Coverage Status .. image:: https://raw.githubusercontent.com/davidhalter/parso/master/docs/_static/logo_characters.png @@ -55,10 +56,10 @@ To list multiple issues: Resources ========= -- `Testing `_ +- `Testing `_ - `PyPI `_ - `Docs `_ -- Uses `semantic versioning `_ +- Uses `semantic versioning `_ Installation ============