Skip to content

Commit 4d91f90

Browse files
authored
fix: use modern badge URL (#753)
1 parent 46a1179 commit 4d91f90

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ A lot of the guide, cookiecutter, and repo-review started out as part of
197197

198198
<!-- prettier-ignore-start -->
199199

200-
[actions-badge]: https://github.com/scientific-python/cookie/workflows/CI/badge.svg
200+
[actions-badge]: https://github.com/scientific-python/actions/cookie/workflows/ci.yml/badge.svg
201201
[actions-link]: https://github.com/scientific-python/cookie/actions
202202
[cibuildwheel]: https://cibuildwheel.readthedocs.io
203203
[cookiecutter]: https://cookiecutter.readthedocs.io

{{cookiecutter.project_name}}/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
{%- endif %}
2020

2121
<!-- prettier-ignore-start -->
22-
[actions-badge]: {{cookiecutter.url}}/workflows/CI/badge.svg
22+
[actions-badge]: {{cookiecutter.url}}/actions/workflows/ci.yml/badge.svg
2323
[actions-link]: {{cookiecutter.url}}/actions
2424
[conda-badge]: https://img.shields.io/conda/vn/conda-forge/{{cookiecutter.project_name}}
2525
[conda-link]: https://github.com/conda-forge/{{cookiecutter.project_name}}-feedstock

0 commit comments

Comments
 (0)