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
76
76
[ here] [ compiling-rust ] , but if you've never built rustc before, we suggest starting with
77
77
78
78
[ rust-repo ] : https://github.com/rust-lang/rust
79
- [ compiling-rust ] : https://rust-lang.github.io/ rustc-dev-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
80
80
81
81
``` bash
82
82
$ git clone https://github.com/rust-lang/rust.git
@@ -135,7 +135,7 @@ summarize the information for that event.
135
135
* The ` Incremental load time ` is the time spent loading the result of a query from a
136
136
previous incremental build. This is analogous to ` Cache hits ` .
137
137
138
- [ query ] : https://rust-lang.github.io/ rustc-dev-guide/query.html
138
+ [ query ] : https://rustc-dev-guide.rust-lang.org /query.html
139
139
140
140
The table is sorted by ` Self time ` descending.
141
141
You can’t perform that action at this time.
0 commit comments