From 4c9fbd0ca0316c1e68b710c28f17b783595bb5ca Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Thu, 7 Nov 2019 07:05:53 +0900 Subject: [PATCH] Fix broken link on README --- summarize/Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/summarize/Readme.md b/summarize/Readme.md index 4abbce3..6b4792b 100644 --- a/summarize/Readme.md +++ b/summarize/Readme.md @@ -82,7 +82,7 @@ You can also profile your own custom build of rustc. First you'll have to clone [here][compiling-rust], but if you've never built rustc before, we suggest starting with [rust-repo]: https://github.com/rust-lang/rust -[compiling-rust]: https://rust-lang.github.io/rustc-guide/how-to-build-and-run.html +[compiling-rust]: https://rust-lang.github.io/rustc-guide/building/how-to-build-and-run.html ```bash $ git clone https://github.com/rust-lang/rust.git