docs: fix README badge targets - #10
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 1f10fb7337
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| [](https://github.com/livenv/batch-git/actions/workflows/ci.yml) | ||
| [](https://github.com/livenv/batch-git/releases) | ||
| [](https://github.com/ovaso/batch-git-rs/actions/workflows/ci.yml) | ||
| [](https://github.com/ovaso/batch-git-rs/releases) |
There was a problem hiding this comment.
Keep the release badge on the artifact repository
For users clicking the badge to obtain the documented v0.4.3 release, this now sends them to ovaso/batch-git-rs, while every authoritative release reference still identifies livenv/batch-git (README.md:39-59, Cargo.toml:8-10, and install.sh:4). Unless releases and attestations have also migrated, the badge can report a different version or no release and direct users away from the artifacts used by the documented installers; retain the livenv/batch-git release target or migrate all release metadata and download paths together.
Useful? React with 👍 / 👎.
Summary
ovaso/batch-git-rsworkflowmainbranchRoot cause
The badge URLs still referenced
livenv/batch-git, while the published GitHub repository isovaso/batch-git-rs.Validation
git diff --cached --check