From 3d5b033ee475f9aae1796bfcbae3a782badf0ae9 Mon Sep 17 00:00:00 2001 From: Igor Dejanovic Date: Wed, 27 Dec 2023 11:41:34 +0100 Subject: [PATCH] docs: add link to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c35f34a7..e61b9c53 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ examples](https://github.com/igordejanovic/rustemo/tree/main/examples). - [x] GLR docs - [x] Release to crates.io -### Next releases until v1.0 (see CHANGELOG.md for the details) +### Next releases until v1.0 (see [CHANGELOG.md](./CHANGELOG.md) for the details) - [x] Forest iteration. - [x] Support for different parser table generators. - [ ] Benchmark tests + performance optimizations.