From b002debe675ac344081e2d940fe85c7f2b25fa08 Mon Sep 17 00:00:00 2001 From: Peter Bittner Date: Sat, 25 Apr 2015 02:20:22 +0200 Subject: [PATCH] Remove wrong branch name from Build Status badge * Travis/Github sometimes yields a broken badge image with a query parameter (should now be better) * The image's ALT text was "develop", which is wrong of course --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 1dff476..764c6aa 100644 --- a/README.rst +++ b/README.rst @@ -22,8 +22,8 @@ an asynchronous version of the Javascript code if possible. .. |latest-version| image:: https://img.shields.io/pypi/v/django-analytical.svg :alt: Latest version on PyPI :target: https://pypi.python.org/pypi/django-analytical -.. |travis-ci| image:: https://travis-ci.org/jcassee/django-analytical.svg?branch=master - :alt: Build status - develop branch +.. |travis-ci| image:: https://travis-ci.org/jcassee/django-analytical.svg + :alt: Build status :target: https://travis-ci.org/jcassee/django-analytical .. |downloads| image:: https://img.shields.io/pypi/dm/django-analytical.svg :alt: Monthly downloads from PyPI