Fix some broken links (#1274)

This commit is contained in:
Badel2 2021-12-13 07:16:30 +01:00 committed by GitHub
parent ddccb87b0d
commit f639a94b4d
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ Depending on what you're trying to measure, there are several different approach
See [their docs](https://github.com/rust-lang/measureme/blob/master/summarize/README.md) for more information.
- If you want function level performance data or even just more details than the above approaches:
- Consider using a native code profiler such as [perf](profiling/with_perf.html)
- Consider using a native code profiler such as [perf](profiling/with_perf.md)
- or [tracy](https://github.com/nagisa/rust_tracy_client) for a nanosecond-precision,
full-featured graphical interface.
@ -26,7 +26,7 @@ Depending on what you're trying to measure, there are several different approach
- If you want to profile memory usage, you can use various tools depending on what operating system
you are using.
- For Windows, read our [WPA guide](profiling/wpa_profiling.html).
- For Windows, read our [WPA guide](profiling/wpa_profiling.md).
## Optimizing rustc's bootstrap times with `cargo-llvm-lines`