Skip to content

Commit 0425631

Browse files
Fix the CI build status badge in docs index (#848)
Migrate from deprecated Travis CI to GitHub Actions.
1 parent 100d113 commit 0425631

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/source/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313

1414
|Build Status| |Packaging status| |PyPI version|
1515

16-
.. |Build Status| image:: https://travis-ci.org/thp/urlwatch.svg
17-
:target: https://travis-ci.org/thp/urlwatch
16+
.. |Build Status| image:: https://github.com/thp/urlwatch/actions/workflows/unit-tests.yml/badge.svg
17+
:target: https://github.com/thp/urlwatch/actions/workflows/unit-tests.yml
1818
.. |Packaging status| image:: https://repology.org/badge/tiny-repos/urlwatch.svg
1919
:target: https://repology.org/metapackage/urlwatch/versions
2020
.. |PyPI version| image:: https://badge.fury.io/py/urlwatch.svg

0 commit comments

Comments
 (0)