Skip to content

Commit 226a2d4

Browse files
committed
reorganized directory
1 parent 1ac1635 commit 226a2d4

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

src/SUMMARY.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@
8080

8181
- [Prologue](./part-3-intro.md)
8282
- [Command-line arguments](./cli.md)
83-
- [rustc_driver and rustc_interface](./rustc-driver.md)
84-
- [Example: Type checking](./rustc-driver-interacting-with-the-ast.md)
85-
- [Example: Getting diagnostics](./rustc-driver-getting-diagnostics.md)
83+
- [rustc_driver and rustc_interface](./rustc-driver/intro.md)
84+
- [Example: Type checking](./rustc-driver/interacting-with-the-ast.md)
85+
- [Example: Getting diagnostics](./rustc-driver/getting-diagnostics.md)
8686
- [Syntax and the AST](./syntax-intro.md)
8787
- [Lexing and Parsing](./the-parser.md)
8888
- [Macro expansion](./macro-expansion.md)
File renamed without changes.

0 commit comments

Comments
 (0)