Skip to content

Commit bc08328

Browse files
committed
Update badge urls on master
1 parent 8584d7d commit bc08328

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
pygccxml
22
========
33

4-
.. image:: https://travis-ci.org/gccxml/pygccxml.svg?branch=develop
4+
.. image:: https://travis-ci.org/gccxml/pygccxml.svg?branch=master
55
:target: https://travis-ci.org/gccxml/pygccxml
66
:alt: Unit tests status
7-
.. image:: https://coveralls.io/repos/gccxml/pygccxml/badge.svg?branch=develop
8-
:target: https://coveralls.io/r/gccxml/pygccxml?branch=develop
7+
.. image:: https://coveralls.io/repos/gccxml/pygccxml/badge.svg?branch=master
8+
:target: https://coveralls.io/r/gccxml/pygccxml?branch=master
99
:alt: Code coverage status
10-
.. image:: https://readthedocs.org/projects/pygccxml/badge/?version=develop
11-
:target: https://readthedocs.org/projects/pygccxml/?badge=develop
10+
.. image:: https://readthedocs.org/projects/pygccxml/badge/?version=master
11+
:target: https://readthedocs.org/projects/pygccxml/?badge=master
1212
:alt: Documentation status
13-
.. image:: https://www.quantifiedcode.com/api/v1/project/117af14ef32a455fb7b3762e21083fb3/snapshot/origin:develop:HEAD/badge.svg
14-
:target: https://www.quantifiedcode.com/app/project/117af14ef32a455fb7b3762e21083fb3?branch=origin%2Fdevelop&tab=basics
13+
.. image:: https://www.quantifiedcode.com/api/v1/project/117af14ef32a455fb7b3762e21083fb3/snapshot/origin:master:HEAD/badge.svg
14+
:target: https://www.quantifiedcode.com/app/project/117af14ef32a455fb7b3762e21083fb3?branch=origin%2Fmaster&tab=basics
1515
:alt: Code quality status
1616

1717
pygccxml is a specialized XML reader that reads the output from CastXML or GCCXML. It provides a simple framework to navigate C++ declarations, using Python classes.

0 commit comments

Comments
 (0)