Merge pull request #1151 from ocaml/update-hacking-md

Update some outdated file paths in HACKING.md
This commit is contained in:
Rudi Grinberg 2018-08-19 13:29:47 +03:00 committed by GitHub
commit f5ed6586d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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