From d6987e7be0916b6124c3db865448713b0ac58c87 Mon Sep 17 00:00:00 2001 From: Charlotte Thomas Date: Wed, 15 Nov 2023 01:44:28 +0100 Subject: [PATCH] fix --- docs/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/index.md b/docs/index.md index d66e362..e1cb984 100644 --- a/docs/index.md +++ b/docs/index.md @@ -102,12 +102,12 @@ To learn about the binary logic built in go to the [logic page](logic.md) ### REPL with only Lexing (verbose mode: on by default) -![](docs/assets/test_lexing.png) +![](assets/test_lexing.png) ### REPL with lexing and basic operation parsing (verbose mode: on by default) -![](docs/assets/test_parsing_basic_operations.png) +![](assets/test_parsing_basic_operations.png) ### REPL and functionning interpreter (verbose mode: off by default) -![](docs/assets/test_interpreter.png) \ No newline at end of file +![](assets/test_interpreter.png) \ No newline at end of file