Skip to content

Commit 3d498f5

Browse files
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

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
![StructKit Logo](./docs/assets/github-hero.gif)
44

5-
[![codecov](https://codecov.io/github/httpdss/structkit/graph/badge.svg?token=JL5WIO1C9T)](https://codecov.io/github/httpdss/struct)
6-
![GitHub issues](https://img.shields.io/github/issues/httpdss/struct)
7-
![GitHub pull requests](https://img.shields.io/github/issues-pr/httpdss/struct)
8-
![GitHub stars](https://img.shields.io/github/stars/httpdss/struct?style=social)
5+
[![codecov](https://codecov.io/github/httpdss/structkit/graph/badge.svg?token=JL5WIO1C9T)](https://codecov.io/github/httpdss/structkit)
6+
![GitHub issues](https://img.shields.io/github/issues/httpdss/structkit)
7+
![GitHub pull requests](https://img.shields.io/github/issues-pr/httpdss/structkit)
8+
![GitHub stars](https://img.shields.io/github/stars/httpdss/structkit?style=social)
99

1010
**StructKit** is a powerful, flexible tool for automating project structure creation through YAML configurations. Generate consistent project layouts, boilerplate code, and configurations with template variables, remote content fetching, and intelligent file handling.
1111

0 commit comments

Comments
 (0)