Skip to content

Commit 1425ee3

Browse files
committed
Fix markdown hyperlink
1 parent 90a92f6 commit 1425ee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

measureme/src/counters.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
//! which can cause non-deterministic overcounting for instructions following
8282
//! an atomic instruction (such as found in heap allocators, or `measureme`)
8383
//! * this is automatically detected, with a `log` message pointing the user
84-
//! to [https://github.com/mozilla/rr/wiki/Zen] for guidance on how to
84+
//! to <https://github.com/mozilla/rr/wiki/Zen> for guidance on how to
8585
//! disable `SpecLockMap` on their system (sadly requires root access)
8686
//!
8787
//! Even if some of the above caveats apply for some profiling setup, as long as

0 commit comments

Comments
 (0)