doc: ffi: move into dev/

This commit is contained in:
Sebastian Ullrich 2021-10-29 17:37:59 +02:00 committed by Leonardo de Moura
parent 81dca2ceb8
commit 571fc66864
2 changed files with 1 additions and 1 deletions

View file

@ -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)