From 9baa10012ba85a1eb64e6185d6b1e46995a03a2d Mon Sep 17 00:00:00 2001 From: EmileRolley Date: Thu, 3 Jun 2021 15:06:21 +0200 Subject: [PATCH] fix: broken link in CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bfe74e16..5d0c1edb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -128,6 +128,6 @@ Currently, Catala supports English and French legislative text via the Technically, support for new languages can be added via a new lexer. If you want to add a new language, you can start from -[existing lexer examples](src/catala/catala_surface/lexer_fr.ml), tweak and open +[existing lexer examples](src/catala/surface/lexer_fr.ml), tweak and open a pull request. If you don't feel familiar enough with OCaml to do so, please leave an issue on this repository.