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

@ -90,4 +90,4 @@ CloseSocket(sock);
- NDK39: `libraries/bsdsocket.h` (stack-specific)
- Roadshow SDK documentation
- `12_networking/sana2.md` — network device driver layer
- [sana2.md](sana2.md) — network device driver layer

View file

@ -63,5 +63,5 @@ For MiSTer/FPGA cores with custom SANA-II drivers, DHCP is handled automatically
## References
- `12_networking/bsdsocket.md` — socket API reference
- `12_networking/tcp_ip_stacks.md` — stack configuration
- [bsdsocket.md](bsdsocket.md) — socket API reference
- [tcp_ip_stacks.md](tcp_ip_stacks.md) — stack configuration