README.md renders the build badge with the legacy name-based form:
https://github.com/beyondnetcode/Shell.Aop/workflows/CI%20/%20CD/badge.svg
The workflow is named CI / CD, and the embedded slash makes that URL ambiguous. Use the file-based form instead:
https://github.com/beyondnetcode/Shell.Aop/actions/workflows/build.yml/badge.svg
Acceptance criteria
Where
README.md, README.en.md, README.es.md.
README.mdrenders the build badge with the legacy name-based form:The workflow is named
CI / CD, and the embedded slash makes that URL ambiguous. Use the file-based form instead:Acceptance criteria
README.en.mdandREADME.es.mdif they carry the badge.Where
README.md,README.en.md,README.es.md.