Commit 3d498f5
fix: correct badge URLs from httpdss/struct to httpdss/structkit (#128)
## Summary
Fixes four badge URLs in the README that were pointing to
`httpdss/struct` (the old repo name) instead of `httpdss/structkit`:
- codecov badge link target
- GitHub issues badge
- GitHub pull requests badge
- GitHub stars badge
## Why
The badges were showing incorrect data (or broken links) because the
repo was previously named `struct` and has since been renamed to
`structkit`. This is a cosmetic but visible bug — anyone landing on the
README would see star/issue counts from the wrong repo.
Part of the open-source marketing strategy ([DEV-9](/DEV/issues/DEV-9)).
Co-authored-by: Paperclip <noreply@paperclip.ing>1 parent 433ab87 commit 3d498f5
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments