Fix links in README (Issue #422)

This commit is contained in:
Erez Shinan 2019-08-21 00:30:03 +02:00 committed by Erez Sh
parent def1d2931c
commit 464f720385
1 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ Lark is great at handling ambiguity. Let's parse the phrase "fruit flies like ba
![fruitflies.png](examples/fruitflies.png)
See more [examples in the wiki](https://github.com/erezsh/lark/wiki/Examples)
See more [examples here](https://github.com/lark-parser/lark/tree/master/examples)
@ -95,7 +95,7 @@ See more [examples in the wiki](https://github.com/erezsh/lark/wiki/Examples)
- Extensive test suite [![codecov](https://codecov.io/gh/erezsh/lark/branch/master/graph/badge.svg)](https://codecov.io/gh/erezsh/lark)
- And much more!
See the full list of [features in the wiki](https://github.com/erezsh/lark/wiki/Features)
See the full list of [features here](https://lark-parser.readthedocs.io/en/latest/features/)
### Comparison to other libraries