aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorps-george <george.punter15@imperial.ac.uk>2018-03-07 15:53:10 +0000
committerGitHub <noreply@github.com>2018-03-07 15:53:10 +0000
commit042f8df94a5f9d7f0e3dab6a837f720ca626d436 (patch)
treefdb0b9b46bb71c2ca878e11e97844adb49d58500 /README.md
parentb722af1170aa27a32d874f4d76a1a5b3d2019c0d (diff)
downloadFMark-042f8df94a5f9d7f0e3dab6a837f720ca626d436.tar.gz
FMark-042f8df94a5f9d7f0e3dab6a837f720ca626d436.zip
Linkfix (#66)
* New syntax and updated logger * updating readme for new syntax * bugfix
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
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