Skip to content

Commit a851e8a

Browse files
authored
Merge pull request python-quantities#200 from apdavison/update-ci-links
Replace Travis CI badge in README with Actions badge.
2 parents 718dc72 + a3e4d0d commit a851e8a

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.rst

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
quantities
33
==========
44

5-
|pypi version| |pypi download| |Build status|
5+
|pypi version|_ |Build status|_
66

77
.. |pypi version| image:: https://img.shields.io/pypi/v/quantities.png
8-
:target: https://pypi.python.org/pypi/quantities
9-
.. |Build status| image:: https://secure.travis-ci.org/python-quantities/python-quantities.png?branch=master
10-
:target: http://travis-ci.org/python-quantities/python-quantities
8+
.. _`pypi version`: https://pypi.python.org/pypi/quantities
9+
.. |Build status| image:: https://github.com/python-quantities/python-quantities/actions/workflows/test.yml/badge.svg?branch=master
10+
.. _`Build status`: https://github.com/python-quantities/python-quantities/actions/workflows/test.yml
1111

12-
A Python package for handling physical quantities. The source code and issue
12+
A Python package for handling physical quantities. The source code and issue
1313
tracker are hosted on GitHub:
1414

1515
https://www.github.com/python-quantities/python-quantities
@@ -75,7 +75,9 @@ GitHub Actions.
7575

7676
Author
7777
------
78-
quantities is written by Darren Dale
78+
quantities was originally written by Darren Dale, and has received contributions from `many people`_.
79+
80+
.. _`many people`: https://github.com/python-quantities/python-quantities/graphs/contributors
7981

8082
License
8183
-------

0 commit comments

Comments
 (0)