Skip to content

Commit

Permalink
Fix some broken links in the profiler documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Razican committed Dec 24, 2021
1 parent 039c46b commit 0b0c0ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/profiling.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ when the feature flag is not enabled, you have an empty dummy implementation tha

## Prerequesites

- [Crox](https://github.com/rust-lang/measureme/blob/master/crox/Readme.md)
- [summarize (Optional)](https://github.com/rust-lang/measureme/blob/master/summarize/Readme.md)
- [Crox](https://github.com/rust-lang/measureme/blob/master/crox/README.md)
- [summarize (Optional)](https://github.com/rust-lang/measureme/blob/master/summarize/README.md)

## How To Use

Expand Down Expand Up @@ -61,4 +61,4 @@ This is the same as above except instead of calling `$ crox my_trace` you call `

- https://blog.rust-lang.org/inside-rust/2020/02/25/intro-rustc-self-profile.html
- https://github.com/rust-lang/measureme
- https://github.com/rust-lang/measureme/blob/master/crox/Readme.md
- https://github.com/rust-lang/measureme/blob/master/crox/README.md

0 comments on commit 0b0c0ea

Please sign in to comment.