Skip to content

Commit 2c5ff55

Browse files
committed
better titles a la Niko
1 parent 8375007 commit 2c5ff55

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/SUMMARY.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
---
66

7-
- [Part 1 Intro](./part-1-intro.md)
7+
- [Part 1: Building, debugging, and contributing to Rustc](./part-1-intro.md)
88
- [About the compiler team](./compiler-team.md)
99
- [How to build the compiler and run what you built](./how-to-build-and-run.md)
1010
- [Build and Install distribution artifacts](./build-install-distribution-artifacts.md)
@@ -22,7 +22,7 @@
2222

2323
---
2424

25-
- [Part 2 Intro](./part-2-intro.md)
25+
- [Part 2: How rustc works](./part-2-intro.md)
2626
- [High-level overview of the compiler source](./high-level-overview.md)
2727
- [The Rustc Driver](./rustc-driver.md)
2828
- [Rustdoc](./rustdoc.md)

src/part-1-intro.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Part 1: General Knowledge
1+
# Part 1: Building, debugging, and contributing to Rustc
22

33
This section of the rustc-guide contains knowledge that should be useful to you
44
regardless of what part of the compiler you are working on. This includes both

0 commit comments

Comments
 (0)