Skip to content

Commit 7cc26d8

Browse files
authored
Fix examples link in readme
1 parent edad31c commit 7cc26d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ cmake --build build/example -j8
4848
./build/examples/calculator
4949
```
5050

51-
You should familiarize yourself with the syntax of [parsing expression grammars](http://en.wikipedia.org/wiki/Parsing_expression_grammar). The included [examples](https://github.com/TheLartians/Parser/tree/master/examples) should help you to get started.
51+
You should familiarize yourself with the syntax of [parsing expression grammars](http://en.wikipedia.org/wiki/Parsing_expression_grammar). The included [examples](example) should help you to get started.
5252

5353
## Installation and usage
5454

0 commit comments

Comments
 (0)