Update some outdated file paths in HACKING.md

Signed-off-by: Patrick Stapfer <ryyppy@users.noreply.github.com>
This commit is contained in:
Patrick Stapfer 2018-08-19 12:18:44 +02:00
parent 309dd5ff43
commit e09edec252
1 changed files with 2 additions and 2 deletions

View File

@ -53,11 +53,11 @@ development of the internal rules of Dune very composable and
quite pleasant.
To deal with process multiplexing, Dune uses a simplified
Lwt/Async-like monad, implemented in [src/future.mli](src/future.mli).
Lwt/Async-like monad, implemented in [src/fiber/fiber.mli](src/fiber/fiber.mli).
## Code flow
- [src/jbuild.mli](src/jbuild.mli) contains the internal representation
- [src/dune_file.mli](src/dune_file.mli) contains the internal representation
of `dune` files and the parsing code
- [src/jbuild_load.mli](src/jbuild_load.mli) contains the code to scan
a source tree and build the internal database by reading