mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-03-16 22:20:25 +00:00
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
This commit is contained in:
parent
9792c6c531
commit
b002debe67
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue