Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update rustc-guide to rustc-dev-guide #113

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions summarize/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,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/building/how-to-build-and-run.html
[compiling-rust]: https://rustc-dev-guide.rust-lang.org/building/how-to-build-and-run.html

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

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

The table is sorted by `Self time` descending.

Expand Down