From 954802cc68af2596174b9e338f1145e288031262 Mon Sep 17 00:00:00 2001 From: Matt Kraai Date: Sat, 4 Jul 2020 23:19:10 +0000 Subject: [PATCH] Canonicalize part 1 name (#788) --- src/about-this-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/about-this-guide.md b/src/about-this-guide.md index dfe14d22..11b0876a 100644 --- a/src/about-this-guide.md +++ b/src/about-this-guide.md @@ -6,7 +6,7 @@ development. There are six parts to this guide: -1. [Building and Debugging to `rustc`][p1]: Contains information that should be +1. [Building and debugging `rustc`][p1]: Contains information that should be useful no matter how you are contributing, about building, debugging, profiling, etc. 2. [Contributing to `rustc`][p1-5]: Contains information that should be useful