From 40ca355ed59210bd2eea97a8a860810bf892ca9d Mon Sep 17 00:00:00 2001 From: Rossen Georgiev Date: Sun, 22 May 2016 11:29:26 +0100 Subject: [PATCH] fix badge links not pointing to master branch [skip ci] --- README.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index c180871..8b1236b 100644 --- a/README.rst +++ b/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 :alt: MIT License -.. |coverage| image:: https://img.shields.io/coveralls/ValvePython/steam/py3.svg?style=flat - :target: https://coveralls.io/r/ValvePython/steam?branch=py3 +.. |coverage| image:: https://img.shields.io/coveralls/ValvePython/steam/master.svg?style=flat + :target: https://coveralls.io/r/ValvePython/steam?branch=master :alt: Test coverage -.. |scru| image:: https://scrutinizer-ci.com/g/ValvePython/steam/badges/quality-score.png?b=py3 - :target: https://scrutinizer-ci.com/g/ValvePython/steam/?branch=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=master :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 :alt: Build status of master branch