Skip to content

Commit 27714e0

Browse files
committed
Fix GitHub Actions badge URL in README
Use the modern GitHub Actions badge URL format: - Changed from workflows/{name}/badge.svg to actions/workflows/ci.yml/badge.svg - Updated badge link to point to the actions workflow page
1 parent 53c0a6b commit 27714e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ We welcome all contributions! See the [EBP Contributing Guide](https://executabl
4747

4848
[rtd-badge]: https://readthedocs.org/projects/ebp-sphinx-exercise/badge/?version=latest
4949
[rtd-link]: https://ebp-sphinx-exercise.readthedocs.io/en/latest/?badge=latest
50-
[github-ci]: https://github.com/executablebooks/sphinx-exercise/workflows/continuous-integration/badge.svg?branch=main
51-
[github-link]: https://github.com/executablebooks/sphinx-exercise
50+
[github-ci]: https://github.com/executablebooks/sphinx-exercise/actions/workflows/ci.yml/badge.svg
51+
[github-link]: https://github.com/executablebooks/sphinx-exercise/actions/workflows/ci.yml
5252
[codecov-badge]: https://codecov.io/gh/executablebooks/sphinx-exercise/branch/main/graph/badge.svg
5353
[codecov-link]: https://codecov.io/gh/executablebooks/sphinx-exercise

0 commit comments

Comments
 (0)