mirror of
https://github.com/alfishe/amiga-bootcamp.git
synced 2026-06-13 00:26:28 +00:00
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:
parent
551ebda2b1
commit
fca930d0db
29 changed files with 46 additions and 46 deletions
|
|
@ -200,4 +200,4 @@ Then in IDA: File → Script command → Run `all_lvos.py`
|
|||
## References
|
||||
|
||||
- NDK39: `fd/` directory
|
||||
- `05_reversing/static/api_call_identification.md` — using LVOs in RE
|
||||
- [api_call_identification.md](../05_reversing/static/api_call_identification.md) — using LVOs in RE
|
||||
|
|
|
|||
|
|
@ -93,5 +93,5 @@ myapp: main.o fastblit.o
|
|||
|
||||
## References
|
||||
|
||||
- `13_toolchain/gcc_amiga.md` — GCC setup
|
||||
- `13_toolchain/vasm_vlink.md` — vasm/vlink setup
|
||||
- [gcc_amiga.md](gcc_amiga.md) — GCC setup
|
||||
- [vasm_vlink.md](vasm_vlink.md) — vasm/vlink setup
|
||||
|
|
|
|||
|
|
@ -80,4 +80,4 @@ extern struct ExecBase *SysBase;
|
|||
## References
|
||||
|
||||
- NDK39: `pragmas/`, `inline/`, `proto/` directories
|
||||
- `13_toolchain/fd_files.md` — FD file format
|
||||
- [fd_files.md](fd_files.md) — FD file format
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue