Skip to content

Commit f639a94

Browse files
authored
Fix some broken links (rust-lang#1274)
1 parent ddccb87 commit f639a94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/profiling.md

+2-2
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)