File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
140140The table is sorted by ` Self time ` descending.
141141
You can’t perform that action at this time.
0 commit comments