Skip to content

fix: align README badge link with badge image workflow#173

Open
Jo2234 wants to merge 1 commit intoun33k:masterfrom
Jo2234:fix/readme-badge-consistency
Open

fix: align README badge link with badge image workflow#173
Jo2234 wants to merge 1 commit intoun33k:masterfrom
Jo2234:fix/readme-badge-consistency

Conversation

@Jo2234
Copy link

@Jo2234 Jo2234 commented Mar 1, 2026

Summary

Fix inconsistent workflow badge reference in README.

Problem

The status badge image references main.yml but the badge link points to ci.yml:

[status-image]: https://github.com/un33k/python-slugify/actions/workflows/main.yml/badge.svg
[status-link]: https://github.com/un33k/python-slugify/actions/workflows/ci.yml

Clicking the badge navigates to a different workflow than the one whose status is displayed.

Fix

Changed status-link to reference main.yml, matching the badge image.

Fixes #167

The badge image references main.yml but the link pointed to ci.yml,
causing the badge to show status for one workflow while clicking it
navigated to a different one.

Changed status-link to reference main.yml, matching the badge image.

Fixes un33k#167
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Inconsistent workflow badge reference in README

1 participant