From b6acd3b41948d189db7865cb4cc94427a46aef24 Mon Sep 17 00:00:00 2001 From: Matthew Kraai Date: Sat, 4 Jul 2020 15:55:47 -0700 Subject: [PATCH] Canonicalize part 1 name --- 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 dfe14d224..11b0876a9 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