Skip to content

Commit 5b49668

Browse files
committed
Fix broken link in readme. Fixes #449.
1 parent cbed085 commit 5b49668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Similar advice applies to other compiled languages. For C++, you'll want to make
128128

129129
On macOS, samply cannot profile system commands, such as the `sleep` command or system `python`. This is because system executables are signed in such a way that they block the `DYLD_INSERT_LIBRARIES` environment variable, which breaks samply's ability to siphon out the `mach_port` of the process.
130130

131-
But you can profile any binaries that you've compiled yourself, or which are unsigned or locally-signed (such as anything installed by `cargo install` or by [Homebrew](brew.sh)). In order to attach to running processes on macOS, run `samply setup` once (and every time `samply` is updated) self-sign the samply binary.
131+
But you can profile any binaries that you've compiled yourself, or which are unsigned or locally-signed (such as anything installed by `cargo install` or by [Homebrew](https://brew.sh)). In order to attach to running processes on macOS, run `samply setup` once (and every time `samply` is updated) self-sign the samply binary.
132132

133133
## License
134134

0 commit comments

Comments
 (0)