From e2e0b5f7b982c2ad3b6590b4ba833f8f883f9038 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Thu, 19 Mar 2026 10:58:09 -0400 Subject: [PATCH] fix: use modern badge URL --- README.md | 2 +- {{cookiecutter.project_name}}/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9e0c54a5..fc65f972 100644 --- a/README.md +++ b/README.md @@ -197,7 +197,7 @@ A lot of the guide, cookiecutter, and repo-review started out as part of -[actions-badge]: https://github.com/scientific-python/cookie/workflows/CI/badge.svg +[actions-badge]: https://github.com/scientific-python/actions/cookie/workflows/ci.yml/badge.svg [actions-link]: https://github.com/scientific-python/cookie/actions [cibuildwheel]: https://cibuildwheel.readthedocs.io [cookiecutter]: https://cookiecutter.readthedocs.io diff --git a/{{cookiecutter.project_name}}/README.md b/{{cookiecutter.project_name}}/README.md index 47823302..f833ba96 100644 --- a/{{cookiecutter.project_name}}/README.md +++ b/{{cookiecutter.project_name}}/README.md @@ -19,7 +19,7 @@ {%- endif %} -[actions-badge]: {{cookiecutter.url}}/workflows/CI/badge.svg +[actions-badge]: {{cookiecutter.url}}/actions/workflows/ci.yml/badge.svg [actions-link]: {{cookiecutter.url}}/actions [conda-badge]: https://img.shields.io/conda/vn/conda-forge/{{cookiecutter.project_name}} [conda-link]: https://github.com/conda-forge/{{cookiecutter.project_name}}-feedstock