From 8dc8865072a526dbb70cd6f073668fe22c5680b8 Mon Sep 17 00:00:00 2001 From: Erez Sh Date: Sat, 8 Aug 2020 16:21:01 +0300 Subject: [PATCH] [docs] Fixed links --- docs/features.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/features.md b/docs/features.md index c2f6983..00fdf4b 100644 --- a/docs/features.md +++ b/docs/features.md @@ -20,8 +20,8 @@ # Extra features - Import rules and tokens from other Lark grammars, for code reuse and modularity. - - Support for external regex module ([see here](/docs/classes.md#using-unicode-character-classes-with-regex)) - - Import grammars from Nearley.js ([read more](/docs/nearley.md)) + - Support for external regex module ([see here](classes.md#using-unicode-character-classes-with-regex)) + - Import grammars from Nearley.js ([read more](nearley.md)) - CYK parser ### Experimental features