Skip to content

Commit 5ee24fa

Browse files
committed
Fix broken link in syntax-intro.md
1 parent 124513e commit 5ee24fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/syntax-intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ And parsing requires macro expansion, which in turn may require parsing the outp
1414
[AST]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_parse/index.html
1515
[macro expansion]: ./macro-expansion.md
1616
[feature-gate checking]: ./feature-gate-ck.md
17-
[lexing, parsing]: ./lexing-parsing.md
17+
[lexing, parsing]: ./the-parser.md
1818
[name resolution]: ./name-resolution.md
1919
[validation]: ./ast-validation.md

0 commit comments

Comments
 (0)