Skip to content

Commit 569031d

Browse files
authored
Merge pull request RustPython#1958 from xjvs/patch-1
Fix link to introduction of parser blog
2 parents 5348e87 + 83a58a6 commit 569031d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parser/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The steps are:
88

99
This crate is published on [https://docs.rs/rustpython-parser](https://docs.rs/rustpython-parser).
1010

11-
We wrote [a blog post](https://rustpython.github.io/featured/2020/03/11/thing-explainer-parser.html) with screenshots and an explanation to help you understand the steps by seeing them in action.
11+
We wrote [a blog post](https://rustpython.github.io/2020/04/02/thing-explainer-parser.html) with screenshots and an explanation to help you understand the steps by seeing them in action.
1212

1313
For more information on LALRPOP, here is a link to the [LALRPOP book](https://github.com/lalrpop/lalrpop).
1414

0 commit comments

Comments
 (0)