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

@ -2,7 +2,7 @@
# DOS Error Codes — Complete Reference
Duplicate of `07_dos/error_handling.md` error table — see that file for the full list with descriptions.
Duplicate of [error_handling.md](../07_dos/error_handling.md) error table — see that file for the full list with descriptions.
This file is kept as a quick cross-reference entry point.

View file

@ -139,4 +139,4 @@
## References
- NDK39: `fd/exec_lib.fd`
- Use `parse_fd.py` from `13_toolchain/fd_files.md` to regenerate
- Use `parse_fd.py` from [fd_files.md](../13_toolchain/fd_files.md) to regenerate