fix: update shields.io badge URLs#14
Conversation
|
Thank you for your contribution! Before we can merge this PR, we need you to sign our Contributor License Agreement (CLA). To sign the CLA, please comment on this PR with: This is a one-time requirement. Once signed, all your future contributions will be automatically accepted. I have read the CLA Document and I hereby sign the CLA Bot seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. |
Greptile OverviewGreptile SummaryUpdated shields.io badge URLs from Changes:
Issues Found:
Confidence Score: 3/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant Dev as Developer
participant Scout as Scout Tool
participant PR as Pull Request
participant Badge as shields.io
Dev->>Scout: Detects outdated badge URLs
Scout->>PR: Creates fix PR #14
PR->>README.md: Updates 6 badge URLs
Note over README.md: code-yeongyu → codewithkenzo
README.md->>Badge: Fetches stats from new owner
Badge-->>README.md: Returns updated metrics
Note over README.ja.md,README.zh-cn.md: NOT updated in this PR
|
| [](https://github.com/codewithkenzo/oh-my-opencode/releases) | ||
| [](https://www.npmjs.com/package/oh-my-opencode) | ||
| [](https://github.com/codewithkenzo/oh-my-opencode/graphs/contributors) | ||
| [](https://github.com/codewithkenzo/oh-my-opencode/network/members) | ||
| [](https://github.com/codewithkenzo/oh-my-opencode/stargazers) | ||
| [](https://github.com/codewithkenzo/oh-my-opencode/issues) | ||
| [](https://github.com/codewithkenzo/oh-my-opencode/graphs/contributors) | ||
| [](https://github.com/codewithkenzo/oh-my-opencode/network/members) | ||
| [](https://github.com/codewithkenzo/oh-my-opencode/stargazers) | ||
| [](https://github.com/codewithkenzo/oh-my-opencode/issues) | ||
| [](https://github.com/codewithkenzo/oh-my-opencode/blob/master/LICENSE.md) | ||
| [](https://deepwiki.com/code-yeongyu/oh-my-opencode) | ||
| [](https://deepwiki.com/codewithkenzo/oh-my-opencode) |
There was a problem hiding this comment.
Check that README.ja.md and README.zh-cn.md also have their badge URLs updated from code-yeongyu to codewithkenzo (lines 68-73 in both files)
Prompt To Fix With AI
This is a comment left during a code review.
Path: README.md
Line: 69:76
Comment:
Check that `README.ja.md` and `README.zh-cn.md` also have their badge URLs updated from `code-yeongyu` to `codewithkenzo` (lines 68-73 in both files)
How can I resolve this? If you propose a fix, please make it concise.
Updated shields.io badges to codewithkenzo owner.
Scout-detected fix.