Browse Source

fix badge links not pointing to master branch

[skip ci]
pull/34/head
Rossen Georgiev 9 years ago
parent
commit
40ca355ed5
  1. 10
      README.rst

10
README.rst

@ -62,14 +62,14 @@ To run for ``python 2.7`` and ``3.4`` assuming you have them installed::
:target: https://pypi.python.org/pypi/steam :target: https://pypi.python.org/pypi/steam
:alt: MIT License :alt: MIT License
.. |coverage| image:: https://img.shields.io/coveralls/ValvePython/steam/py3.svg?style=flat .. |coverage| image:: https://img.shields.io/coveralls/ValvePython/steam/master.svg?style=flat
:target: https://coveralls.io/r/ValvePython/steam?branch=py3 :target: https://coveralls.io/r/ValvePython/steam?branch=master
:alt: Test coverage :alt: Test coverage
.. |scru| image:: https://scrutinizer-ci.com/g/ValvePython/steam/badges/quality-score.png?b=py3 .. |scru| image:: https://scrutinizer-ci.com/g/ValvePython/steam/badges/quality-score.png?b=master
:target: https://scrutinizer-ci.com/g/ValvePython/steam/?branch=py3 :target: https://scrutinizer-ci.com/g/ValvePython/steam/?branch=master
:alt: Scrutinizer score :alt: Scrutinizer score
.. |master_build| image:: https://img.shields.io/travis/ValvePython/steam/master.svg?style=flat&label=py3 .. |master_build| image:: https://img.shields.io/travis/ValvePython/steam/master.svg?style=flat&label=master
:target: http://travis-ci.org/ValvePython/steam/branches :target: http://travis-ci.org/ValvePython/steam/branches
:alt: Build status of master branch :alt: Build status of master branch

Loading…
Cancel
Save