Skip to content

Commit db70f3a

Browse files
authored
Merge pull request #113 from chrissimpkins/rustc-dev-guide-transition
Update rustc-guide to rustc-dev-guide
2 parents 8872e70 + 433cbe8 commit db70f3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

summarize/Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ You can also profile your own custom build of rustc. First you'll have to clone
7676
[here][compiling-rust], but if you've never built rustc before, we suggest starting with
7777

7878
[rust-repo]: https://github.com/rust-lang/rust
79-
[compiling-rust]: https://rust-lang.github.io/rustc-guide/building/how-to-build-and-run.html
79+
[compiling-rust]: https://rustc-dev-guide.rust-lang.org/building/how-to-build-and-run.html
8080

8181
```bash
8282
$ git clone https://github.com/rust-lang/rust.git
@@ -135,7 +135,7 @@ summarize the information for that event.
135135
* The `Incremental load time` is the time spent loading the result of a query from a
136136
previous incremental build. This is analogous to `Cache hits`.
137137

138-
[query]: https://rust-lang.github.io/rustc-guide/query.html
138+
[query]: https://rustc-dev-guide.rust-lang.org/query.html
139139

140140
The table is sorted by `Self time` descending.
141141

0 commit comments

Comments
 (0)