Fix grammar typo and broken badge links in README#122
Conversation
- "a application" -> "an application" (fixes nasa#11) - codecov/Snyk badge links had malformed nested markdown that rendered broken URLs instead of clickable badges
📝 WalkthroughWalkthroughREADME.md updates correct the Codecov and Snyk badge Markdown and change “a application” to “an application” in the KMS 2.0 description. ChangesREADME corrections
Estimated code review effort: 1 (Trivial) | ~2 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (2 warnings)
✅ Passed checks (3 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@README.md`:
- Line 3: Update the Codecov badge Markdown on line 3 so both the image URL and
hyperlink reference nasa/kms, replacing the nasa/mmt repository segment while
preserving the existing badge format and token.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
| # KMS 2.0 | ||
|
|
||
| [](https://codecov.io/gh/nasa/kms (https://codecov.io/gh/nasa/mmt/graph/badge.svg?token=B8Qspgsjou)%5D(https://codecov.io/gh/nasa/kms)) | ||
| [](https://codecov.io/gh/nasa/kms) |
There was a problem hiding this comment.
🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win
Align the Codecov badge with the KMS repository.
Line 3 loads the badge from nasa/mmt but links to nasa/kms, so it may display coverage for the wrong project. Use the KMS repository in both URLs.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@README.md` at line 3, Update the Codecov badge Markdown on line 3 so both the
image URL and hyperlink reference nasa/kms, replacing the nasa/mmt repository
segment while preserving the existing badge format and token.
Summary
](url (badge-url)%5D(url))) that rendered as broken/garbled URLs instead of clickable badges.Test plan
Summary by CodeRabbit