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
|
|
@ -132,6 +132,6 @@ MOVEA.L (lh_Head,A0), A1 ; first lib node
|
|||
## References
|
||||
|
||||
- NDK39: `exec/execbase.h`, `exec/tasks.h`, `exec/nodes.h`, `exec/io.h`
|
||||
- `06_exec_os/exec_base.md` — full ExecBase field listing
|
||||
- `06_exec_os/lists_nodes.md` — MinList/List traversal
|
||||
- [exec_base.md](../../06_exec_os/exec_base.md) — full ExecBase field listing
|
||||
- [lists_nodes.md](../../06_exec_os/lists_nodes.md) — MinList/List traversal
|
||||
- IDA Pro: Structure subview, Local Types, T hotkey for struct offset
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue