doc: ffi: move into dev/
This commit is contained in:
parent
81dca2ceb8
commit
571fc66864
2 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,6 @@
|
|||
- [Task and Thread](./task.md)
|
||||
- [Functions](./functions.md)
|
||||
- [Tactics](./tactics.md)
|
||||
- [Foreign Function Interface](./ffi.md)
|
||||
|
||||
# Other
|
||||
|
||||
|
|
@ -64,6 +63,7 @@
|
|||
- [Windows MSYS2 Setup](./make/msys2.md)
|
||||
- [Windows with WSL](./make/wsl.md)
|
||||
- [Nix Setup (*Experimental*)](./make/nix.md)
|
||||
- [Foreign Function Interface](./dev/ffi.md)
|
||||
- [Unit Testing](./dev/testing.md)
|
||||
- [Building This Manual](./dev/mdbook.md)
|
||||
- [Fixing Tests](./dev/fixing_tests.md)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue