Skip to content

Commit 8be0aaa

Browse files
authored
Readme: fix test status badges
GitHub has changed the workflow badge urls again (and doesn't redirect the old ones).
1 parent 90367b3 commit 8be0aaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ The package is released under the BSD license.
6666

6767
.. END shared-intro
6868
69-
.. image:: https://github.com/anymail/django-anymail/workflows/test/badge.svg?branch=main
69+
.. image:: https://github.com/anymail/django-anymail/actions/workflows/test.yml/badge.svg?branch=main
7070
:target: https://github.com/anymail/django-anymail/actions?query=workflow:test+branch:main
7171
:alt: test status in GitHub Actions
7272

73-
.. image:: https://github.com/anymail/django-anymail/workflows/integration-test/badge.svg?branch=main
73+
.. image:: https://github.com/anymail/django-anymail/actions/workflows/integration-test.yml/badge.svg?branch=main
7474
:target: https://github.com/anymail/django-anymail/actions?query=workflow:integration-test+branch:main
7575
:alt: integration test status in GitHub Actions
7676

0 commit comments

Comments
 (0)