Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 2faf199

Browse files
authored
Fix some broken links (rust-lang#1274)
1 parent 26761ca commit 2faf199

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/rustc-dev-guide/src/profiling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Depending on what you're trying to measure, there are several different approach
1515
See [their docs](https://github.com/rust-lang/measureme/blob/master/summarize/README.md) for more information.
1616

1717
- If you want function level performance data or even just more details than the above approaches:
18-
- Consider using a native code profiler such as [perf](profiling/with_perf.html)
18+
- Consider using a native code profiler such as [perf](profiling/with_perf.md)
1919
- or [tracy](https://github.com/nagisa/rust_tracy_client) for a nanosecond-precision,
2020
full-featured graphical interface.
2121

@@ -26,7 +26,7 @@ Depending on what you're trying to measure, there are several different approach
2626

2727
- If you want to profile memory usage, you can use various tools depending on what operating system
2828
you are using.
29-
- For Windows, read our [WPA guide](profiling/wpa_profiling.html).
29+
- For Windows, read our [WPA guide](profiling/wpa_profiling.md).
3030

3131
## Optimizing rustc's bootstrap times with `cargo-llvm-lines`
3232

0 commit comments

Comments
 (0)