docs(amiga): make cross-references clickable markdown links

Convert bare .md path references in 29 files to proper [name](relative/path)
markdown links for GitHub navigation.
This commit is contained in:
Ilia Sharin 2026-04-23 12:24:21 -04:00
parent 551ebda2b1
commit fca930d0db
29 changed files with 46 additions and 46 deletions

View file

@ -253,5 +253,5 @@ DisownBlitter(); /* release */
## References
- HRM: *Blitter* chapter — complete register descriptions
- `01_hardware/ocs_a500/blitter.md` — hardware reference
- `08_graphics/blitter.md` — graphics.library BltBitMap API
- [blitter.md](../01_hardware/ocs_a500/blitter.md) — hardware reference
- [blitter.md](blitter.md) — graphics.library BltBitMap API

View file

@ -315,5 +315,5 @@ Reposition sprites mid-frame to display more than 8 sprites:
## References
- HRM: *Copper* chapter — complete instruction encoding
- `01_hardware/ocs_a500/copper.md` — register-level reference
- `08_graphics/copper.md` — graphics.library UCopList API
- [copper.md](../01_hardware/ocs_a500/copper.md) — register-level reference
- [copper.md](copper.md) — graphics.library UCopList API