Skip to content

Commit 11e6778

Browse files
authored
Standardise badges' RST markup
1 parent 3da3b7f commit 11e6778

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.rst

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
pytest-twisted - test twisted code with pytest
55
==============================================================================
66

7-
|PyPI| |Pythons| |Travis|_ |AppVeyor|_
7+
|PyPI| |Pythons| |Travis| |AppVeyor|
88

99
:Authors: Ralf Schmitt, Kyle Altendorf, Victor Titor
1010
:Version: 1.7.1
@@ -89,17 +89,19 @@ That's all.
8989

9090

9191
.. |PyPI| image:: https://img.shields.io/pypi/v/pytest-twisted.svg
92-
:target: https://pypi.python.org/pypi/pytest-twisted
92+
:alt: PyPI version
93+
:target: https://pypi.python.org/pypi/pytest-twisted
9394

9495
.. |Pythons| image:: https://img.shields.io/pypi/pyversions/pytest-twisted.svg
95-
:alt: supported Python versions
96+
:alt: Supported Python versions
97+
:target: https://pypi.python.org/pypi/pytest-twisted
9698

9799
.. |Travis| image:: https://travis-ci.org/pytest-dev/pytest-twisted.svg?branch=master
98100
:alt: Travis build status
99-
.. _Travis: https://travis-ci.org/pytest-dev/pytest-twisted
101+
:target: https://travis-ci.org/pytest-dev/pytest-twisted
100102

101103
.. |AppVeyor| image:: https://ci.appveyor.com/api/projects/status/us5l0l9p7hyp2k6x/branch/master?svg=true
102104
:alt: AppVeyor build status
103-
.. _AppVeyor: https://ci.appveyor.com/project/vtitor/pytest-twisted
105+
:target: https://ci.appveyor.com/project/vtitor/pytest-twisted
104106

105107
.. _guide: CONTRIBUTING.rst

0 commit comments

Comments
 (0)