From 042f8df94a5f9d7f0e3dab6a837f720ca626d436 Mon Sep 17 00:00:00 2001 From: ps-george Date: Wed, 7 Mar 2018 15:53:10 +0000 Subject: Linkfix (#66) * New syntax and updated logger * updating readme for new syntax * bugfix --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 1349762..1459b72 100644 --- a/README.md +++ b/README.md @@ -25,10 +25,10 @@ Source ───> │ Lex and Preprocessor│ ───> Token list ───> └─────────┘ └─────────────┘ ``` -1. [Lexer and Preprocessor](FMark/Lexer/README.md) -2. [TOCite: Table of Contents and Citations](FMark/TOCite/README.md) -3. [Markalc: Spreadsheet functionality](FMark/Markalc/README.md) -4. [Main Parser](FMark/Parser/README.md) +1. [Lexer and Preprocessor](FMark/src/Common/Lexer/README.md) +2. [TOCite: Table of Contents and Citations](FMark/src/Common/TOCite/README.md) +3. [Markalc: Spreadsheet functionality](FMark/src/Common/Markalc/README.md) +4. [Main Parser](FMark/src/Common/Parser/README.md) ## Specification -- cgit