Change from badges/<file>.svg to raw/branch/badges/<file>.svg (old URLs didn't render as images in Gitea)
Add Docs badge (was missing)
Add Oblachno branding line
The push_badges script will update these to raw/commit/<sha>/ URLs for cache-busting on the next badges job run
Closes DEVX-35
## Summary
Fix badge URLs in README.md and docs/index.md:
- Change from `badges/<file>.svg` to `raw/branch/badges/<file>.svg` (old URLs didn't render as images in Gitea)
- Add Docs badge (was missing)
- Add Oblachno branding line
- The push_badges script will update these to `raw/commit/<sha>/` URLs for cache-busting on the next badges job run
Closes DEVX-35
Badge URL fix. All 13 categories verified. Architecture: consistent URL format across repos. Security: no hardcoded secrets. Tests: docs-only change. Docs: badges now render correctly in Gitea.
Badge URL fix. All 13 categories verified. Architecture: consistent URL format across repos. Security: no hardcoded secrets. Tests: docs-only change. Docs: badges now render correctly in Gitea.
Auto-merge: If all CI checks pass, this PR will be merged automatically.
## Automated PR Review
- Architecture compliance: OK
- Best practices: OK
- Security: OK
- i18n: OK
- Resource management: OK
- Documentation: OK
- Tests: OK
- Commit conventions: OK
No issues found by automated checks.
---
**Auto-merge:** If all CI checks pass, this PR will be merged automatically.
emil
merged commit c90518acdb into master2026-06-24 17:24:06 +00:00
emil
deleted branch DEVX-35-fix-badge-urls2026-06-24 17:24:06 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
Fix badge URLs in README.md and docs/index.md:
badges/<file>.svgtoraw/branch/badges/<file>.svg(old URLs didn't render as images in Gitea)raw/commit/<sha>/URLs for cache-busting on the next badges job runCloses DEVX-35
Badge URL fix. All 13 categories verified. Architecture: consistent URL format across repos. Security: no hardcoded secrets. Tests: docs-only change. Docs: badges now render correctly in Gitea.
Automated PR Review
No issues found by automated checks.
Auto-merge: If all CI checks pass, this PR will be merged automatically.