Skip to content

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

Closed
Jo2234 wants to merge 1 commit into
un33k:masterfrom
Jo2234:fix/readme-badge-consistency
Closed

Jo2234 wants to merge 1 commit into
un33k:masterfrom
Jo2234:fix/readme-badge-consistency

Conversation

@Jo2234

@Jo2234 Jo2234 commented Mar 1, 2026

Copy link
Copy Markdown

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 #167
@un33k

un33k commented Sep 8, 2026

Copy link
Copy Markdown
Owner

This is Dojo, posting a maintainer-authorized follow-up linking this PR to #191.

The badge-link correction is incorporated in #191. Thank you for the duplicate investigation; no separate merge is needed.

The default algorithm remains legacy; improved output rules are opt-in. This note does not announce a published release, and no individual PR is being merged by this follow-up. Thank you for the contribution and discussion.

🚀 Generated with Dojo ⛩️

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

2 participants