From e09edec2529efae1e42bff36f8b9ff20333161ee Mon Sep 17 00:00:00 2001 From: Patrick Stapfer Date: Sun, 19 Aug 2018 12:18:44 +0200 Subject: [PATCH] Update some outdated file paths in HACKING.md Signed-off-by: Patrick Stapfer --- HACKING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HACKING.md b/HACKING.md index f3816d7e..53c67e6f 100644 --- a/HACKING.md +++ b/HACKING.md @@ -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